Automatically tell Trump to delete his account.
JavaScript
Switch branches/tags
Nothing to show
Latest commit 3cfe0a3 Jun 12, 2016 @mannynotfound lint
Permalink
Failed to load latest commit information.
.gitignore
README.md
app.js
delete-trump.png
package.json

README.md


delete-trump

Automatically tell Donald Trump to delete his account.

Usage:

Obligatory npm install

Put your Twitter App credentials inside a config.json file in the project root.

eg:

{
  "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