Skip to content

pupubird/stc_auto_insta_story_generator

Repository files navigation

Instagram story generator

Checkout instagram story poster bot

Steps

1) Install dependency

pip install -r requirements.txt

npm i

2) Enter username & password in 'credentials.txt'

Ensure the separation of details with ',' as with the following format

username,password

3) Generate story

python tech_news_story.py

If you want to generate daily algorithm instead:

python algorithm_story.py

sample

4) upload

node app.js

Pre-requisite

Since we will be using sunway tech club's own link shortener, we will need

  1. get api key

  2. paste the api key in the api_key.txt directly, save it.

How it works

  1. Get rss tech news feed from http://feeds.feedburner.com/TechCrunch/

  2. For each news, do keywords extractions from the title

  3. The highest weight of the title wins

  4. generate the instagram story based on the news into folder output/

About

A program made for generating and uploading sunway tech club instagram story programmatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published