Work in progress - Tools to automate Twitter functionality
A config.json file in the root directory with your API keys is needed.
{
"APIKey": "#",
"APISecret": "#",
"oauthToken": {
"oauth_token": "#",
"oauth_token_secret": "#"
}
}
Run the following in terminal
$ npm install
$ npm start