-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[REQUEST] Reverse results #403
Comments
Hi @NoSuck Twitter returns first the newest tweets, and then go back. So a |
Thank you for the insight. If you approve of this functionality, I would like to at least try to put together a PR. Unfortunately, motivation levels have been lowered by having already shell-scripted around this. 😅 |
Sure, no worries, feel free to provide any kind of contribute! Even a script or something could be fine, I guess. In my opinion, it does not have not be something inside the Python package. For me, it could be easier to play with some scripting |
@NoSuck While there is no feature, I use this script to update a collection of tweets from 1 user:
EDIT: I am sure many things could be improved, but I do not have any kind of issues with that script. |
A
--reverse
option would be useful because it would facilitate updating an already downloaded collection of tweets. By default,--resume
proceeds from newest to oldest. Therefore,--resume LAST_DOWNLOADED_TWEET
downloads every tweet since the beginning. On the other hand, a--reverse
option would cause--resume
to proceed from oldest to newest. Therefore,--reverse --resume LAST_DOWNLOADED_TWEET
would download every tweet that had not already been downloaded.If this functionality already exists, please tell me.
The text was updated successfully, but these errors were encountered: