https://github.com/rosaerick/node-calendar-tweetbot
A simple twitter node bot for test and studies. This app fetches data from a calendar on Airtable and transforms it in a tweet or a thread with an image. It also comes with a cron job to repeat the task everyday.
https://github.com/rosaerick/node-calendar-tweetbot
cronjob node-bot nodebot nodejs twitter-api twitter-bot
Last synced: 3 months ago
JSON representation
A simple twitter node bot for test and studies. This app fetches data from a calendar on Airtable and transforms it in a tweet or a thread with an image. It also comes with a cron job to repeat the task everyday.
- Host: GitHub
- URL: https://github.com/rosaerick/node-calendar-tweetbot
- Owner: RosaErick
- Created: 2022-09-14T04:00:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T03:31:25.000Z (over 2 years ago)
- Last Synced: 2025-01-14T04:11:30.246Z (4 months ago)
- Topics: cronjob, node-bot, nodebot, nodejs, twitter-api, twitter-bot
- Language: JavaScript
- Homepage:
- Size: 2.88 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Calendar Bot - A simple Twitter bot written in Node.js
This project was created to practice and study.
This app fetches data from a calendar on Airtable and transforms it in a tweet or a thread with image. It also comes with a cron job to repeat the task everyday.
Feel free to use, modify and share as you like. The table on Airtable can be anything, everyday recipes, quotes, etc. As long as it has with a field for the date(data), images(img) and a field for the tweets(tweet).
### How to useDownload the project
Put your Twitter and Airtable API keys on the .env file
In the project directory, you can run:
#### `node index.js`
#