Delete tweets older than X days
-config string
JSON Config File
-days int
Tweets older than this value will be deleted
-help
Prints this message
-test
Do not delete anything
Example:
Delete all tweets older than 7 days
./DAMT --config configfile.json --days 7
Delete all my tweets
./DAMT --config configfile.json
{
"APIKey":"String",
"APISecretKey":"String",
"AccessToken":"String",
"AccessTokenSecret":"String",
"Spare": [
"TweetId as String"
],
"DeleteReplies": true
}