JustAnotherArchivist / snscrape

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

--format isn't getting all tweets from users profiles #156

Closed DiameterEffect closed 3 years ago

DiameterEffect commented 3 years ago

Whenever I run this code in cmd snscrape --format '{content}' twitter-user GhostGuy_918 > text_files_test_10.csv it doesnt give me the whole list of tweets my friend tweeted.But when I run this code snscrape --format '{content}' --max-results 1000 twitter-user textfiles > text_files_test_10.csv it gives me all the results up to 1000. It also gives me a traceback (its pretty long so I end up taking a picture).Can someone tell me whats the issue is? I don't understand why its doing this to only some user Extra details: Version of snscrape: snscrape 0.3.5.dev91+gfdc33d0 Python version: 3.8 Operating system- Windows 10

JustAnotherArchivist commented 3 years ago

character maps to

That's an issue with your terminal.

Duplicate of #122