You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use TwitterSearchScraper to collect a number of tweets just setting parameters like tweet.lang or tweet.place.country, without specifying a word as an argument?
The text was updated successfully, but these errors were encountered:
Yes, e.g. lang:en searches for English tweets (according to Twitter's detection, which isn't always accurate). Some filters can't be used on their own; adding (filter:safe OR -filter:safe) is one possible workaround for that. Refer to https://github.com/igorbrigadir/twitter-advanced-search for available filters (but some of these don't work anymore).
Is it possible to use TwitterSearchScraper to collect a number of tweets just setting parameters like tweet.lang or tweet.place.country, without specifying a word as an argument?
The text was updated successfully, but these errors were encountered: