added scraper for Instagram

This commit is contained in:
Tristan Lee
2022-03-14 10:28:10 -05:00
parent 965bf1e2dc
commit 750f0cc887
6 changed files with 337 additions and 30 deletions

View File

@@ -20,6 +20,7 @@ yt-dlp = "*"
telethon = "*"
pytesseract = "*"
pyexiftool = {git = "https://github.com/smarnach/pyexiftool.git"}
instaloader = "*"
[dev-packages]
pytest = "*"