JustAnotherArchivist / snscrape

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

search for username and specific word - Twitter #113

Closed brunoec closed 3 years ago

brunoec commented 3 years ago

Hello. Is it possible?

I tried: snscrape --jsonl twitter-search "from:username words since:date until:date" > name.json

But didn't work.

JustAnotherArchivist commented 3 years ago

I can't help you with 'didn't work'. Exactly that syntax works fine.

Arf9999 commented 3 years ago

The --jsonl option isn't available in the standard pip3 install (version 0.3.4)

To use it you need to install the dev version: pip3 install git+https://github.com/JustAnotherArchivist/snscrape.git