From 16042fcaa8a74bc2195d7e91ee0e329e252eddf6 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Wed, 2 Jul 2025 03:15:44 -0500 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58e3c8a..bc923a4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Current bot list: - [Dog facts](https://bots.fyrfli.social/@dogfacts) (dogs_facts.py) is a little bit of code I wrote in one my lazy, brain-foggy days. - [Quips](https://bots.fyrfli.social/@dayswithoutwhitenonsense) (quip.py) I adopted the code I use for the [white nonsense bot](https://bots.fyrfli.social/@dayswithoutwhitenonsense) to use any provided text file that contains a basic list of sayings. - [Quotes](https://bots.fyrfli.social/@quotesbot), my first bot. -- Repository Release watch, this one reads a list of feed urls and checks for a new entry in the last 6 hours. I have it running every other hour. This one does not post to an ActivityPub compatible account/feed... yet. +- Repository Release watch, this one reads a list of feed urls and checks for a new entry in the last 8 hours. I have it running every 8 hours. This one does not post to an ActivityPub compatible account/feed... yet. # Requirements @@ -68,5 +68,5 @@ As of now, it only posts to Pushover and it requires a Pushover user and app. - Make the release tracker post to discord again - The [puppybot](https://bots.fyrfli.social/@puppybot) [code](https://fyrfli.dev/fyrfli/puppybot) needs to be able to upload media via the requests library before I am willing to include it here. -# Intention for later +# Maybe someday - provide several options for output - e.g. Discord, Telegram, etc.