This program deletes all tweets from a users twitter account.
- Golang 1.19.4+ (if building from source)
- Twitter API credentials (see below)
Get API Credentials
- Go to https://developer.twitter.com/
- Go to 'developer portal'
- Add app
- Choose 'production'
- Fill in details like 'account maintenance' or something like that
- Fetch your API and consumer keys
Copy & update config
Copy .env_example file to .env and update with the relevant API details from the previous step.
go mod tidy
go build twitterpurge.go