JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.43k stars 705 forks source link

How do I add proxy on CLI? #166

Closed ytaijp closed 3 years ago

ytaijp commented 3 years ago

snscrape --proxy-type http --proxy-host 127.1 --proxy-port 5566 --jsonl --progress --max-results 100 twitter-search "from:jack" > user-tweets.json

no working i use docker tor

JustAnotherArchivist commented 3 years ago

Duplicate of #74