christophercliff/tweet-lifetime

[Feature Request] Protect certain tweets

Closed this issue · 2 comments

Sometimes it might be beneficial to leave tweet alone, being able to provide the ID of the tweet so it won't get deleted would be beneficial.

I'm thinking of storing an array of IDs or a text file of one per line?

The IGNORE_HASHTAG config is meant to solve this problem

tweet-lifetime/app.json

Lines 20 to 23 in fe1ae54

"IGNORE_HASHTAG": {
"description": "Tweets containing this hashtag will not be removed.",
"value": "pin"
},
.

By default, tweets containing the hashtag "#pin" won't be deleted.

I forgot about that completely, just tested with Keybase looking for the new tweet, and it found it even with the hashtag - thanks.