mirror of
https://github.com/thewesker/delete-trump.git
synced 2025-12-20 04:21:16 -05:00
make it so
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
<p align="center">
|
||||
<br />
|
||||
<img src="https://raw.githubusercontent.com/mannynotfound/delete-trump/master/delete-trump.png" />
|
||||
</p>
|
||||
|
||||
# delete-trump
|
||||
|
||||
Automatically tell Donal Trump to delete his account.
|
||||
|
||||
# Usage:
|
||||
|
||||
Obligatory `npm install`
|
||||
|
||||
Put your [Twitter App credentials](http://iag.me/socialmedia/how-to-create-a-twitter-app-in-8-easy-steps/) inside the `config.json` file.
|
||||
|
||||
eg:
|
||||
|
||||
```json
|
||||
{
|
||||
"api": {
|
||||
"consumer_key": "1232131ixsad123",
|
||||
"consumer_secret": "sad0123102391039da01",
|
||||
"access_token_key": "lolololoalseowoakdsa",
|
||||
"access_token_secret": "102391siadonanddadadasa"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Then simply run `npm start`.
|
||||
|
||||
To run continously, use `npm run start-forever`
|
||||
|
||||
Reference in New Issue
Block a user