Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammarxz/04-instagram-post-generator
Generates Posts for Instagram with scrapped quotes
https://github.com/sammarxz/04-instagram-post-generator
automation instagram python quote-generator scrapper
Last synced: 26 days ago
JSON representation
Generates Posts for Instagram with scrapped quotes
- Host: GitHub
- URL: https://github.com/sammarxz/04-instagram-post-generator
- Owner: sammarxz
- Created: 2020-06-16T17:50:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:44:57.000Z (about 2 years ago)
- Last Synced: 2024-11-29T18:31:09.896Z (27 days ago)
- Topics: automation, instagram, python, quote-generator, scrapper
- Language: Python
- Homepage: https://www.instagram.com/super_simple_quotes/
- Size: 98.6 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Preview of post](https://raw.githubusercontent.com/sammarxz/04-instagram-post-generator/master/2020-08-04.png)
# 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](https://www.codeofliving.com/blog/55-powerful-short-quotes-sayings-life/
), 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](https://www.instagram.com/super_simple_quotes/)
## How to use
```
git clone [email protected]: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](https://github.com/instagrambot/instapy-cli/issues/99) is having an error that is unable to post anything.
Reported by many users who [opened issues](https://github.com/instagrambot/instapy-cli/issues) too.