Skip to content

jayanthra/HistoryBot

Repository files navigation

HistoryBot

Twitter bot that tweets what happened that day in history.

Demo

https://twitter.com/jayanthisabot

Installation

$ npm install

Create an .env file and enter twitter tokens and secret keys

CONSUMER_KEY=<CONSUMER_KEY>
CONSUMER_SECRET=<CONSUMER_KEY>
ACCESS_TOKEN=<ACCESS_TOKEN>
ACCESS_TOKEN_SECRET=<ACCESS_TOKEN_SECRET>

Heroku setup

Create an account on Heroku to deploy the nodeJS app

$ heroku login

$ git add .
$ git commit -am "changes"
$ git push heroku master

More Details

License

MIT

About

Twitter bot that tweets what happened that day in history

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published