gitignore
All checks were successful
QuipBot / deploy (push) Successful in 38s
DogFacts / deploy (push) Successful in 27s
QuotesBot / deploy (push) Successful in 28s

This commit is contained in:
2025-06-11 02:51:21 -05:00
parent 80e09d17e5
commit c07227121d
2 changed files with 9 additions and 0 deletions

6
.gitignore vendored
View File

@ -1 +1,7 @@
.runner .runner
.DS_Store
__pycache__/
.env
.venv
.python_history
.sqlite_history

View File

@ -55,3 +55,6 @@ This bot requires only an additional secret with the path to your quotes file.
# Still to come: # Still to come:
- My newsfeed bot that reads from a list of rss or atom feeds and posts latest entries. - 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
# Intention for later
- provide several options for output - e.g. Discord, Telegram, etc.