Skip to content

Create beautiful Instagram stories to share articles/websites with!

Notifications You must be signed in to change notification settings

jpjacobpadilla/Article-Share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Any Easy Way to Share Articles on Stories

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

Setup

Download the repo:

$ git clone https://github.com/jpjacobpadilla/Article-Share.git

Go into the repository:

$ cd Article-Share

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.