Repo for Twitter Bot tutorial: History Bot
You can check out the tutorial here
- Clone this repository:
git clone https://github.com/shahednasser/history-bot.git
you can also fork it to make changes to it.
- Rename
.env.sample
to.env
and add your credentials to it. - Install the packages in the project:
npm install
- Run the bot:
npm start