DEV Community

Discussion on: Creating an IG top 9 without using creepy 3rd party apps

Collapse
 
theague profile image
Kody James Ague

Can you explain how to use this as if I'm 5 years old?

Collapse
 
dschep profile image
Daniel Schep • Edited
  1. Make sure you have python3
  2. python3 -m venv top9-venv
  3. . ./top9-venv/bin/activate
  4. pip install click Pillow igramscraper
  5. wget https://gist.githubusercontent.com/dschep/28bf9848d76d4790df1330a246cc90cc/raw/3638a090ad770dcdb5cee9917ba80f3665ee8582/top9.py
  6. python top9.py