From 5dadd21ab230fc10a2a2b944d749bd443e3e261b Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Thu, 7 May 2026 22:47:05 -0500 Subject: [PATCH] Updated README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54bebcd..5301deb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,12 @@ Run the installation script `cd simplematrixbotlib && pip install .` `cd ../ && pip install -r requirements.txt` -3. Set up environment variables: +5. If you use the Goodreads quote plugin (quote.py): + +`pip install playwright beautifulsoup4 lxml` +`playwright install chromium` + +6. Set up environment variables: Create/Edit `.env` file in the root directory of the bot and add the following variables: ``` @@ -61,7 +66,7 @@ OMDB_API_KEY= GNEWS_API_KEY= ``` -4. Create systemd.service +7. Create systemd.service Create `/etc/systemd/system/funguybot.service` Replace `$working_directory` with your bot install path @@ -86,7 +91,7 @@ WantedBy=multi-user.target EOF ``` -5. Launch Fungy +8. Launch Fungy ``` systemctl daemon-reload systemctl enable funguybot