micahflee / semiphemeral

Automatically delete your old tweets, except for the ones you want to keep
MIT License
884 stars 85 forks source link

Allow exporting and importing tweets to exclude from deletion #18

Closed micahflee closed 5 years ago

micahflee commented 5 years ago

Export should just export a list of twitter status_ids.

Import should see if each status_id is already in the database or not. If not, it should import it with the API. Then it should set exclude_from_delete to True.