mawippel / twitter-bot

Simple Twitter Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter-bot

Create a config.env file in the root of the application, just like this example:

consumer_key=XXXXXXXXXXXXXXXXXXXXX
consumer_secret=XXXXXXXXXXXXXXXXXXXXX
access_token_key=XXXXXXXXXXXXXXXXXXXXX
access_token_secret=XXXXXXXXXXXXXXXXXXXXX 

To start the app, just run:

node -r dotenv/config app.js dotenv_config_path=<config.env PATH>

About

Simple Twitter Bot


Languages

Language:JavaScript 100.0%