Metadata-Version: 2.1
Name: deltw
Version: 2.1.0
Summary: Twitter Cleaner to delete archived tweets
Home-page: https://github.com/dceoy/deltw
Author: Daichi Narushima
Author-email: dnarsil+github@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

deltw
=====

Twitter Tweet cleaner to delete archived tweets using a [Twitter Archive](https://support.twitter.com/articles/20170160) file

Twitter API: v1.1

[![Test](https://github.com/dceoy/deltw/actions/workflows/test.yml/badge.svg)](https://github.com/dceoy/deltw/actions/workflows/test.yml)
[![Upload Python Package](https://github.com/dceoy/deltw/actions/workflows/python-publish.yml/badge.svg)](https://github.com/dceoy/deltw/actions/workflows/python-publish.yml)
[![CI to Docker Hub](https://github.com/dceoy/deltw/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/dceoy/deltw/actions/workflows/docker-publish.yml)

Installation
------------

```sh
$ pip install -U deltw
```

Usage
-----


1.  Download your [Twitter archive](https://support.twitter.com/articles/20170160) as a ZIP file.

2.  Set credentials to use Twitter API.

    ```sh
    $ deltw init
    $ vi tw_credentials.yml  # => Enter keys
    ```

3.  Delete archived tweets in your Twitter archive on Twitter.

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

Run `deltw --help` for more information about options.
