No description
| .gitignore | ||
| .gitlab-ci.yml | ||
| .style.yapf | ||
| pylama.ini | ||
| README.md | ||
| requirements.txt | ||
| setup.py | ||
| tweetdelete.py | ||
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>