https://github.com/edgeraghty/twitterdelete
A quick 'n' dirty collection of PHP scripts I cobbled together to mass-delete Twitter posts
https://github.com/edgeraghty/twitterdelete
Last synced: about 1 year ago
JSON representation
A quick 'n' dirty collection of PHP scripts I cobbled together to mass-delete Twitter posts
- Host: GitHub
- URL: https://github.com/edgeraghty/twitterdelete
- Owner: EdGeraghty
- License: mit
- Created: 2017-03-29T13:11:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T13:46:09.000Z (about 9 years ago)
- Last Synced: 2025-01-27T22:14:58.187Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# TwitterDelete
A quick 'n' dirty collection of PHP scripts I cobbled together to mass-delete Twitter posts
I use the API from http://github.com/j7mbo/twitter-api-php which is under an MIT license.
Due to API limits, you're best to download your archive and save your tweet IDs to a csv file, using the CSV version of the script. You can then use the hourly script on a cron job to delete tweets over a given age.
Edit your settings.php to put in your OAUTH and keys. These days, this requires giving Twitter your mobile number. Sorry 'bout that.