Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahednasser/history-bot

Repo for Twitter Bot tutorial: History Bot
https://github.com/shahednasser/history-bot

bot tutorial tutorial-code twitter twitter-api

Last synced: 3 months ago
JSON representation

Repo for Twitter Bot tutorial: History Bot

Awesome Lists containing this project

README

        

# History Bot
Repo for Twitter Bot tutorial: History Bot

You can check out the tutorial [here](https://blog.shahednasser.com/simple-twitter-bot-tutorial-with-node-js/)

## 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.

2. Rename `.env.sample` to `.env` and add your credentials to it.
3. Install the packages in the project:

```
npm install
```

4. Run the bot:
```
npm start
```