update README

This commit is contained in:
2025-06-18 15:50:12 -05:00
parent fccce9a9ee
commit 1d033fe719

View File

@ -15,6 +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.
- Reposity 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.
# Requirements
@ -52,9 +53,19 @@ quote,author
```
This bot requires only an additional secret with the path to your quotes file.
## Release tracker
A secret containing a comma-separated string of feed urls:
```
https://github.com/blah/blah/releases.atom,https://codeberg.org/blah/blah/releases.rss
```
As of now, it only posts to Pushover and it requires a Pushover user and app.
# Still to come:
- My newsfeed bot that reads from a list of rss or atom feeds and posts latest entries.
- Release tracker bot that watches a provided list of got repositories and posts releases to a selected endpoint
- ~Release tracker bot that watches a provided list of got repositories and posts releases to a selected endpoint~
- 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