Did you ever wonder how TomScott did this
ignore it let's do it for Instagram
-
Download the repository
git clone https://github.com/Pasanlaksitha/Instagram-bio-followers-display.git
-
requirement.txt install
pip install -r requirements.txt
-
open bio.py and enter username password
username = "USERNAME" password = "PASSWORD"
-
schedule for the run program (recommended: once per 6 hours )
- schedule it on task scheduler or google cloud
you can convert this for following and posts count also
- for following count
#change scraping json to this followers = data2['graphql']['user']['edge_follow']['count']
- read JSON on Instagram https://www.instagram.com/boinkchimp/?__a=1 to do more
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.