From 4d27e006852d5c5ba3571b513dd58de944595689 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 17 Jun 2024 07:16:33 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 128c3ab..5e36af4 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,15 @@ Lions Will Eat is a Mastodon Bot living at https://botsin.space/@lionseat # Building and Running Install the dependencies in `requirements.txt` + Set up environment variables + `LIONSEAT_CLIENTID` - Mastodon Client ID + `LIONSEAT_CLIENTSECRET` - Mastodon Client Secret + `LIONSEAT_MASTO_URL` - Mastodon Instance URL + `LIONSEAT_USER` - Bot User + `LIONSEAT_PASS` - Bot Password