Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 943 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 943 Bytes

Twelete

Twitter status removal tool for python 3.7. This tool is a heavily modified version of a tool by sjtrny. Original is available here.

Dependencies

User Guide

  • Download your Twitter archive
  • Install dependencies
    • pip install git+https://github.com/tweepy/tweepy.git
    • pip install glob3
    • pip install python-dateutil
  • Make a developer account at dev.twitter.com
  • Create a new twitter app
  • Set app permissions to read and write
  • Generate access token for your app
  • Clone repository
  • Execute run_interactive.py
  • Follow instructions given