
Non API. Crawling di post (foto, like, commenti, data ...) per username, hashtag
Non API. Recupera post (foto, like, commenti, data...) per nome utente, hashtag
./driver/chromedriverpip install -r requirements.txtRisultati: nella cartella ./data
Scarica le prime 10 foto e informazioni dal nome utente "instagram"
$ python3 crawl.py -q 'instagram' -n 10
Scarica le prime 7 foto e informazioni (tutti i commenti) dagli hashtag #hello, #hi
$ 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 nome utente, aggiungi '#' per cercare hashtag, es. 'username' o '#hashtag'
Per query multiple separa con virgola, es. 'nome1, nome2, #hashtag'
-n NUM numero di post restituiti [default: 10000]
--a raccogli tutti i commenti
-h HELP mostra questo messaggio di aiuto ed esci
Questo è un progetto open source, quindi sentiti libero di contribuire