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.
- Host: GitHub
- URL: https://github.com/geffrerson7/twitter-bot
- Owner: Geffrerson7
- Created: 2022-11-20T02:16:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T05:02:14.000Z (over 3 years ago)
- Last Synced: 2025-09-02T11:34:46.797Z (9 months ago)
- Topics: node, twitter, vercel
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)