Skip to content

dustinwilson/tweets-delete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Delete old tweets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages