finished. just need to crontab it now

This commit is contained in:
2023-09-24 23:18:07 -05:00
parent 390becef63
commit 9ae1602ec7
4 changed files with 548 additions and 7 deletions

15
Pipfile Normal file
View File

@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-dotenv = "*"
requests = "*"
discord = "*"
feedparser = "*"
[dev-packages]
[requires]
python_version = "3.11"