Go to file
2023-07-25 07:09:22 +02:00
.gitignore added initial 2021-01-29 11:36:03 +01:00
.gitlab-ci.yml switch to normal python docker image 2021-03-01 08:07:24 +01:00
.style.yapf Added scaffold 2021-02-08 09:30:32 +01:00
pylama.ini added mypy, eradicate 2021-03-01 07:55:57 +01:00
README.md changed the URL in the description 2023-07-25 07:09:22 +02:00
requirements.txt added mypy, eradicate 2021-03-01 07:55:57 +01:00
setup.py added mypy, eradicate 2021-03-01 07:55:57 +01:00
tweetdelete.py added mypy, eradicate 2021-03-01 07:55:57 +01:00

tweetdelete

Installation

Just call pip install --user https://git.schmidl.dev/schtobia/tweetdelete/archive/master.tar.gz.

Setup

You'll need a twitter.toml with the following content:

test_mode = false
tweets_to_save = [<tweet indices to save>]
verbose = true
days_to_keep = 60
[secrets]
access_token = <redacted>
access_token_secret = <redacted>
api_key = <redacted>
api_key_secret = <redacted>