Skip to content

A Python Script that generate images to upload on your Instagram stories from an RSS feed

Notifications You must be signed in to change notification settings

NicoCaldo/IGstoriesCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

The tool will create a standard 1080x1920 JPG image to upload as instagram stories.

The image will have as a background the featured image of an article and as a text the title of the article

The script will find the latest article on the RSS feed of a website via

feedparser.parse("https://mywebsite/feed/")

and will create the image.

As the direct upload on Instagram is not possible, the script will send the image and the link of the article via Pushbullet so, you'll need an API KEY to add in

pb = Pushbullet('myPushubulletAPIKey')

You can also choose the font you want to use

font_bold_directory = "myfont.otf"
font_thin_directory = "myfont.otf"

As well as the if and the quantity of contrast and enhanchement of the image processed

About

A Python Script that generate images to upload on your Instagram stories from an RSS feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages