jpjacobpadilla / Share-Articles-On-Instagram-Stories

A tool that creates beautiful Instagram stories to share articles/websites with!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share Articles on Instagram Stories

A tool that creates beautiful Instagram stories to share articles/websites with!

Setup

Download the repo:

$ git clone https://github.com/jpjacobpadilla/Share-Articles-On-Instagram-Stories.git

Go into the repository:

$ cd Share-Articles-On-Instagram-Stories

Create a virtual environment to store the project dependencies

$ python -m venv venv

Activate the environment

$ source venv/bin/activate

Install the dependencies

$ pip install -r requirements.txt

Generate an image!

This project accepts a website url and then parses the page to get the og:image meta tag. It will then generate the image and save it image in the images directory.

$ python generate.py [url here without the brackets]

Example:

$ python generate.py https://jacobpadilla.com/articles/Python-Flask-Login-System

Contributing

Contributions are welcome! If you have a suggestion or an issue, please use the issue tracker to let me know.

About

A tool that creates beautiful Instagram stories to share articles/websites with!


Languages

Language:HTML 59.2%Language:Python 40.8%