Releases: manoj2601/Auto-Instagram-Confessions-Server
Releases · manoj2601/Auto-Instagram-Confessions-Server
Auto Instagram Confessions v1.0
Auto Instagram Confessions:
Here I purpose a program that reads the confessions from a google sheet (responses of google forms) and writes them to a specific photo template and posts these photos to Instagram with proper automatic counting. If the length of the confession is larger than a single template, it creates multiple templates for that confessions and posts an album post with all photos.
Implementation:
I used the following python libraries for the implementation:
pandas
python library to read confessions from google sheet.PIL
python library to modify the template by writing the confession text.instagrapi
python library to post the confessions on Instagram.
Deployment:
You can deploy it locally:
- Create a google form like this:
- clone this repository using
https://github.com/manoj2601/Auto-Instagram-Confessions.git
or download the source code. - edit
config.py
with your login credentials and google sheet link (where the google form responses are being stored). - Run
python main.py
whenever you want to post confessions on your Instagram handle.
For more details, check the README.md
file.