Skip to content

Instantly share code, notes, and snippets.

View ahjota's full-sized avatar

ahjota

  • DataRobot
  • Seattle, WA, USA
View GitHub Profile
@ahjota
ahjota / top9.py
Last active January 1, 2020 21:29 — forked from dschep/top9.py
Instagram Top 9
"""
An Instagram Top 9 generator that doesn't require connecting your account
to an untrustworthy 3rd party Instagram app.
Install the requirements with `pip3 install igramscraper Pillow click`
then run `python3 top9.py`
When done, you will have a IGUSERNAME-top9.jpg in your working directory.
Forked from dschep/top9.py -- https://git.io/JeAMA