https://github.com/asim-2000/twitterbot
🤖 Tweet Tweet with your own Twitterbot
https://github.com/asim-2000/twitterbot
javascript nodejs twiiter-api twiiter-bot
Last synced: about 2 months ago
JSON representation
🤖 Tweet Tweet with your own Twitterbot
- Host: GitHub
- URL: https://github.com/asim-2000/twitterbot
- Owner: Asim-2000
- Created: 2021-05-01T22:44:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T22:45:17.000Z (about 5 years ago)
- Last Synced: 2025-10-28T22:53:13.320Z (8 months ago)
- Topics: javascript, nodejs, twiiter-api, twiiter-bot
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
npm i --save twit
```
You need a Twitter Developer Account to make bots
npm init -y
```sh
npm i --save dotenv
```
It takes the data from .env file
.env files mess with windows. In Linux and MacOS they work perfectly fine without this. However, its good to install it.