typos
All checks were successful
ReleaseBot / deploy (push) Successful in 35s
QuipBot / deploy (push) Successful in 15s
DogFacts / deploy (push) Successful in 15s
QuotesBot / deploy (push) Successful in 23s

This commit is contained in:
2025-07-02 03:19:21 -05:00
parent 16042fcaa8
commit c8637c882c

View File

@ -14,12 +14,12 @@ 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. - [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. - [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. - [Quotes](https://bots.fyrfli.social/@quotesbot), my first bot. It reads a simple csv-formatted file of quotes.
- 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. - 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 # Requirements
All the bots here expect the folkowing secrets: All the bots here expect the following secrets:
``` ```
- BOTS_ENDPOINT # The URL of your ActivityPub instances (e.g. mastodon.social) - BOTS_ENDPOINT # The URL of your ActivityPub instances (e.g. mastodon.social)
- PUSHOVER_USER_TOKEN # Optional - PUSHOVER_USER_TOKEN # Optional
@ -69,4 +69,4 @@ As of now, it only posts to Pushover and it requires a Pushover user and app.
- 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. - 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.
# Maybe someday # Maybe someday
- provide several options for output - e.g. Discord, Telegram, etc. - Provide several options for output - e.g. Discord, Telegram, etc.