Skip to content

lakshyabatman/100daysofcode-twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100daysofcode twitter bot

A simple Twitter bot which will tweets "#100daysofcode" tweet for you if you forget to do so !

Installation

  • npm i
  • Add a file .env in root directory with key values as,
CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=
USER_NAME=
USER_ID=
APP_NAME=
GITHUB_URL=
PORT=
  • Run app npm start.

That's it! Happy coding!

About

A Twitter bot made using NodeJS, which automatically tweets #100daysofcode tweet if I forgot to tweet on that day! 🤯

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published