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

  • tweepy
    • git+https://github.com/tweepy/tweepy.git
    • Be sure to use this version; other versions may cause errors in python >=3.7
    • See tweepy.org for more information
  • glob
    • glob3
  • dateutil
    • python-dateutil

Setup

  • Install dependencies
    • pip install git+https://github.com/tweepy/tweepy.git
    • pip install glob3
    • pip install python-dateuti
  • Make a developer account at https://dev.twitter.com
  • Create a new twitter app
  • Set app permissions to read and write
  • Generate access token for your account

Usage

  • clone repository
  • execute run.py
  • follow instructions given

Downloads

Changelog

V 1.1.0

  • added more filter features
  • added new filters to interactive mode
  • removed debug prints
  • fixed strcmp inconsistencies
  • cleaned up get_string checks in get_filters