Extended README

This commit is contained in:
Tobias Schmidl 2021-02-12 08:06:20 +01:00
parent 759306c02f
commit 3b384e6f99

View file

@ -1,3 +1,21 @@
# 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:
```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>
```