Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 786 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 786 Bytes

Tweets Delete

Delete old tweets.

This is a php script meant to be run on a UNIX-compatible system as a cronjob where once a day tweets older than one year will be deleted.

Warning

This deletes your tweets. I accept no responsibility.

Install

  1. Request your Twitter archive.
  2. Create an app on Twitter to get your keys.
  3. Download or clone this repository.
  4. Rename config.example.php to config.php and fill with your keys.
  5. Copy tweet.js to the same folder as Tweets Delete and rename to tweets.json.
  6. Remove window.YTD.tweet.part0 = from beginning of tweets.json.
  7. composer install.
  8. ./tweets-delete.php.

MIT License