/Twitter-Tools

Work in progress - Tools to automate Twitter functionality

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Twitter-Tools

Work in progress - Tools to automate Twitter functionality

How to run

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