If you are an Instagram user, sometime different accounts subscribe your account.
The accounts about various offers, services or goods.
This repo selects recommendations of subscribers for a business instagram accounts.
Let's to define "user subscription probability" together.
first file subscribe on users second file create a list of users
1. follow_users.py
2. get_insta_id.py
both files created by not official library
official_lib.py
official library of instagram:
pip install python-instagram
some library of instagram
pip install instagramapi
you may to apply the file "follow_users.py" and subscribe users on Heroku
for that you have to use these files
Procfile
which includes worker file
requirements.txt
which includes version of used libraries
runtime.txt
which includes version of used programing language