Closed taspinar closed 6 years ago
Nice work. Only issue I see is the docs are a bit confusing here:
You can also scraped all tweets written by retweetet by a specific user. This can be done by adding the ``-u / --user`` argument to the query, which should be the profile username.
"which should be the profile username" implies that you are setting the user
with --user realDonaldTrump
when in reality you're setting a boolean determining whether you're in profile mode.
You may also want to add https://developer.twitter.com/en/docs/tweets/search/guides/standard-operators.html to the notes
You also should remove this from the readme
TO DO
=====
- Twitterscraper can not retrieve retweets.
- Add caching potentially? Would be nice to be able to resume scraping
if something goes wrong and have half of the data of a request cached
or so.
For the 2nd part, I created an issue https://github.com/taspinar/twitterscraper/issues/141
-u
or--user
is set. -update changelog / setup / README.rst