mirror of
https://github.com/thewesker/delete-trump.git
synced 2025-12-20 04:21:16 -05:00
33 lines
715 B
Markdown
33 lines
715 B
Markdown
<p align="center">
|
|
<br />
|
|
<img width="300" src="https://raw.githubusercontent.com/mannynotfound/delete-trump/master/delete-trump.png" />
|
|
</p>
|
|
|
|
# delete-trump
|
|
|
|
Automatically tell Donald 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 a `config.json` file in the project root.
|
|
|
|
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`
|
|
|