From 42a623f718bc8961328fa3e7e79a1c5648faf5be Mon Sep 17 00:00:00 2001 From: Justin Dearing Date: Fri, 5 Jan 2024 22:00:42 -0500 Subject: [PATCH] documented how to run this --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 49456d4..4080478 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,16 @@ Some mastadon utilities I wrote | Workflow | Status | |---|:---| | Lint README.md | ![Lint README.md status badge](https://github.com/USERNAME/REPOSITORY/actions/workflows/readme.yml/badge.svg) | + +## configuration + +To run the script you will need a `.secrets.toml` fie with the API Key like so: + +```toml +dynaconf_merge = true # very important to not overwrite settings.toml + +[MASTODON_API] +KEY="YOUR_API_KEY" +``` + +Also set the server in `settings.toml`.