tweetdelete/README.md

22 lines
424 B
Markdown
Raw Permalink Normal View History

2021-02-08 09:23:51 +01:00
# tweetdelete
2021-02-12 08:06:20 +01:00
## Installation
2021-02-08 09:23:51 +01:00
2023-07-25 07:09:22 +02:00
Just call `pip install --user https://git.schmidl.dev/schtobia/tweetdelete/archive/master.tar.gz`.
2021-02-12 08:06:20 +01:00
## Setup
You'll need a `twitter.toml` with the following content:
```toml
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>
```