JustAnotherArchivist / snscrape

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

Can't get tweets but only URL #120

Closed shizia closed 3 years ago

shizia commented 3 years ago

I used the commend: "snscrape twitter-user username" but only get a URL list. Is there any problems? How to get the tweets correctly?

JustAnotherArchivist commented 3 years ago

URLs are snscrape's default output. Look into the --jsonl (only on the dev version) and --format options or the API (#73) to access other information.

shizia commented 3 years ago

URLs are snscrape's default output. Look into the --jsonl (only on the dev version) and --format options or the API (#73) to access other information.

I will try it. Thanks a lot!!!