gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,7 @@
|
||||
.runner
|
||||
.DS_Store
|
||||
__pycache__/
|
||||
.env
|
||||
.venv
|
||||
.python_history
|
||||
.sqlite_history
|
||||
|
@ -55,3 +55,6 @@ This bot requires only an additional secret with the path to your quotes file.
|
||||
# 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
|
||||
|
||||
# Intention for later
|
||||
- provide several options for output - e.g. Discord, Telegram, etc.
|
||||
|
Reference in New Issue
Block a user