From 3b384e6f9998756cfc42c24ef4b4bcb2e8548948 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 12 Feb 2021 08:06:20 +0100 Subject: [PATCH] Extended README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 1abf6af..cc7685f 100644 --- a/README.md +++ b/README.md @@ -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 = [] +verbose = true +days_to_keep = 60 +[secrets] +access_token = +access_token_secret = +api_key = +api_key_secret = +```