Skip to content

sammarxz/04-instagram-post-generator

Repository files navigation

Preview of post

04-instagram-post-generator

ok, I confess that I wavered a few days and was unable to follow the right sequence, but let's try again right?

In this project I created a Python script that will take quotes from a website, generate an image for each quote and then post one per day on Instagram.

The idea is to automate, making the computer automatically run this script every day and post a post.

Follow this project in Instagram

How to use

git clone git@github.com:sammarxz/04-instagram-post-generator.git
pip install -r requirements.txt
python app.py

To run this script you will need set ENVIROMENTS VARIABLES. You can do this creating a .env file with this content:

export INSTAGRAM_USERNAME='yourusername'
export INSTAGRAM_PASSWORD='password'

and run source .env

Features

  • PIL for create images with Python
  • WEB SCRAPPING with Bs4
  • Use instapy-cli

ToDo

  • - Create a bash script to run this program every day at 12:12 pm

Disclaimer

Right now the instapy-cli is having an error that is unable to post anything. Reported by many users who opened issues too.

Releases

No releases published

Packages

No packages published

Languages