Inspiration

This project is inspired by various paid services that allow a user to schedule tweets

APIs used

  • Twitter API
  • Google API

API workflow

This user enters the post details and time, these get saved into a google sheet using the google sheets api. Now at the time on posting these details are retrieved from the google sheet again using the google sheets API and then posted on twitter using the twitter API

What it does

This web app allows the user to enter the post content and time at which the post needs to be published. And then a background script checks when the tweet needs to posted and automatically fires it to the users twitter wall.

How I built it

This is a webapp built using flask

Share this project:

Updates