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

https://github.com/geffrerson7/twitter-bot

Bot that makes a tweet from NodeJS.
https://github.com/geffrerson7/twitter-bot

node twitter vercel

Last synced: about 2 months ago
JSON representation

Bot that makes a tweet from NodeJS.

Awesome Lists containing this project

README

          

# Twitter-bot

Bot that makes a tweet from NodeJS.

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`TWITTER_CUSTOMER_KEY`

`TWITTER_CUSTOMER_SECRET`

`TWITTER_ACCESS_TOKEN`: Bot access token

`TWITTER_ACCESS_TOKEN_SECRET`: Bot access token secret

## Run Locally

Clone the project

```bash
git clone https://github.com/Geffrerson7/twitter-bot.git
```

Go to the project directory

```bash
cd twitter-bot
```

Install dependencies

```bash
npm install
```

Run project

```bash
node app.js
```

## Authors

- [Raisa Orellana](https://github.com/Raisa320)
- [Gefferson Casasola](https://github.com/Geffrerson7)