deltw

Twitter Cleaner to delete archived tweets


License
MIT
Install
pip install deltw==2.0.0

Documentation

deltw

Twitter Tweet cleaner to delete archived tweets using a Twitter Archive file

Twitter API: v1.1

Test Upload Python Package CI to Docker Hub

Installation

$ pip install -U deltw

Usage

  1. Download your Twitter archive as a ZIP file.

  2. Set credentials to use Twitter API.

    $ deltw init
    $ vi tw_credentials.yml  # => Enter keys
  3. Delete archived tweets in your Twitter archive on Twitter.

    $ deltw delete --credential tw_credentials.yml --archive /path/to/tweet_archive.zip

Run deltw --help for more information about options.