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: about 1 year ago
JSON representation
Repo for Twitter Bot tutorial: History Bot
- Host: GitHub
- URL: https://github.com/shahednasser/history-bot
- Owner: shahednasser
- License: mit
- Created: 2021-02-27T20:28:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T10:05:28.000Z (about 3 years ago)
- Last Synced: 2025-05-08T01:14:13.833Z (about 1 year ago)
- Topics: bot, tutorial, tutorial-code, twitter, twitter-api
- Language: JavaScript
- Homepage: https://blog.shahednasser.com/simple-twitter-bot-tutorial-with-node-js/
- Size: 11.7 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```