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
{{ message }}
This repository has been archived by the owner on Jun 25, 2018. It is now read-only.
This is a request to make 'archive' remove tweets on re-running. If that requires checking all accessible tweets, it could be enabled by flag so the default run speed is reasonable.
Use case: Right now I'm using this to archive my friends' twitter, and it's basically making them uncomfortable that posting something online guarantees it will never be removed.
P.S. believe it or not, this is currently the best tool for archiving twitter that I've found.
The text was updated successfully, but these errors were encountered:
This is difficult to do right now because of the way the Twitter api limits the number of tweets the archiver can retrieve. It's possible to have a tweet deleted outside of the range of the tweets received, so the archiver would never know about its deletion.
A different approach might be making something else that "cleans" the archive as a side task. It could check each id in the archive for existence and remove those that are gone.
This is a good point regardless. Twitter says that developers should honor deletions in their applications. Folks rolling out bots for their friends or others should be aware of this issue.
Honoring deletions only within the 30,000 tweet archive limit would not be too bad of a compromise for me--I think most tweets get deleted within a day or two, except in cases where someone is closing their entire account.
This is a request to make 'archive' remove tweets on re-running. If that requires checking all accessible tweets, it could be enabled by flag so the default run speed is reasonable.
Use case: Right now I'm using this to archive my friends' twitter, and it's basically making them uncomfortable that posting something online guarantees it will never be removed.
P.S. believe it or not, this is currently the best tool for archiving twitter that I've found.
The text was updated successfully, but these errors were encountered: