From 8ced44a189a79da13e42fa501d6472bb762f3232 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 17 Jun 2024 07:16:07 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f088c8e..128c3ab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # lionseat -Lions Will Eat \ No newline at end of file +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