Skip to content

escobot/twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev

Requirements:

  • NodeJS
  • NPM
  • Twitter Dev account and app

How to use:
1- Create a new Twitter account and a new Twitter app.
2- Update the .env file with your Twitter API key/secrets. (use .env_sample as a template and rename it .env)
3- Start server (see below)

Run using NPM:

# install dependencies
npm install

# run app at localhost:3000
npm start