Skip to content

yuki-shi/instuki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instuki ~ scrape Instagram for benchmarking

extraction of public engagement data from Instagram profiles.

🤖 use cases

basic diagnostic of the latest posts of one or more Instagram profiles, such as frequeny of posting and overall engagement.

🚂 usage

getting sessionid

on a logged in Instagram session, open the developer tools and click on the application tab:


then select the URL under cookies and copy the string on sessionid

setup

create an environmental variable with the copied sessionid:

$ export SESSION_ID={session_id}

it's important to remember that when set this way, environmental variables aren't persistent!

run

query for profile metrics by running the script with the -u argument followed by one or more usernames:

$ python3 main.py -u "{username_1, username_2}"

🐝 troubleshooting

🎃 technology

python.

About

Instagram public data scraper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages