Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

digitalsparky/twitterpurge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Purge

This program deletes all tweets from a users twitter account.

Requirements

  • Golang 1.19.4+ (if building from source)
  • Twitter API credentials (see below)

Configuration

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.

Build from source

Fetch the dependencies

go mod tidy

Run the purge (you may need to run this multiple times)

go build twitterpurge.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages