
Keine API. Crawlt Beiträge (Foto, Likes, Kommentare, Datum ...) nach Benutzername, Hashtags.
Kein API. Extrahiere Beiträge (Foto, Likes, Kommentare, Datum ...) nach Benutzername, Hashtags
./driver/chromedriverpip install -r requirements.txtErgebnisse: im Ordner ./data
Lade die ersten 10 Fotos und Informationen vom Benutzernamen „instagram“ herunter
$ python3 crawl.py -q 'instagram' -n 10
Lade die ersten 7 Fotos und Informationen (alle Kommentare) von den Hashtags #hello, #hi herunter
$ python3 crawl.py -q '#hello, #hi' --a -n 7
likes:
5,326
comments:
923
caption:
Art of @kendricklamar by @illestration Bold, bright and colorful.
commentMessages:
tttt: Amazing 😉
this_is_t.rs: my name says it all
dateTime:
2018-05-30T19:42:03.000Z
Usage:
crawl.py [-q QUERY] [-n NUMBER] [--a] [-h HELP]
Options:
-q QUERY username, add '#' to search for hashtags, e.g. 'username' or '#hashtag'
For multiple query seperate with comma, e.g. 'username1, username2, #hashtag'
-n NUM number of returned posts [default: 10000]
--a collect all comments
-h HELP show this help message and exit
Dies ist ein Open-Source-Projekt, also zögere nicht, einen Beitrag zu leisten, indem du