Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shahednasser/history-bot
- Owner: shahednasser
- License: mit
- Created: 2021-02-27T20:28:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T10:05:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T18:24:13.308Z (4 months 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: 8
- Watchers: 3
- 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 BotYou 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
```