Find a file
2021-03-01 08:07:24 +01: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 Extended README 2021-02-12 08:06:20 +01: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://gitlab.com/schtobia/tweetdelete/-/archive/master/tweetdelete-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>