A self-hosted service that continuously monitors your Twitter account and deletes old tweets. Read more here.
The application uses the "Tokens from dev.twitter.com" authorization scheme. To obtain keys:
- Sign in to the Twitter account you want to monitor.
- Navigate to apps.twitter.com and click "Create New App". Enter a Name, Description, Website (these values are arbitrary) and agree to the terms. Then click "Create your Twitter Application".
- Click the "Permissions" tab and select "Read and Write". Click "Update Settings" to save your selection.
- Click the "Keys and Access Tokens" tab. Click "Create my access token".
- Take note of your "Consumer Key (API Key)", "Consumer Secret (API Secret)", "Access Token" and "Access Token Secret".
The appliction is designed to run on a free Heroku dyno.
- Click "Deploy to Heroku".
- Name your app and enter the configuration variables.
- Click "Deploy for Free" and the service will begin monitoring your account.
See CONTRIBUTING.
See LICENSE.