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

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

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.