Skip to content

Instantly share code, notes, and snippets.

View mlisdev's full-sized avatar

Stephanie Rinehart mlisdev

  • New Hampshire
View GitHub Profile
@mlisdev
mlisdev / top9.py
Created December 27, 2021 14:07 — forked from dschep/top9.py
Instagram Top 9 - example output: https://www.instagram.com/p/B6vVp93Bb5F/
"""
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 YOURUSERNAME-top9.jpg in your working directory.
"""
from datetime import datetime