Skip to content

CyrisXD/Twitter-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Work in progress - Tools to automate Twitter functionality

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
License.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors