/history-bot

Repo for Twitter Bot tutorial: History Bot

Primary LanguageJavaScriptMIT LicenseMIT

History Bot

Repo for Twitter Bot tutorial: History Bot

You can check out the tutorial here

Installation and Usage

  1. Clone this repository:
git clone https://github.com/shahednasser/history-bot.git

you can also fork it to make changes to it.

  1. Rename .env.sample to .env and add your credentials to it.
  2. Install the packages in the project:
npm install
  1. Run the bot:
npm start