SDSkyKlouD/SDSK-Twitter-Tools

Implement Tweet cleaning feature

Opened this issue · 0 comments

Refer https://github.com/SDSkyKlouD/twitter-pwa-archive-cleaner

Tweet cleaning feature with given tweet.js file from Twitter account archive zip file. Authentication should be made before use this command.

Phase 1

usage: > tweetclean [path_to_tweetjs]

  • Implement basic Tweet cleaning feature

Phase 2

usage: > tweetclean [path_to_tweetjs]

  • Add selections of cleaning criterias. Selections will be available right after command is executed, before the cleaning process.
  • Cleaning criterias could be...
    • Exclude Tweets liked by me (Y/N)
    • Exclude Tweets retweeted by me (Y/N)
    • Exclude Tweets of given Tweet ID (comma-separated Tweet ID list)
    • etc...