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

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.

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 use

Download the project

Put your Twitter and Airtable API keys on the .env file

In the project directory, you can run:

#### `node index.js`

#