Initial scaffold: Discord subreddit-announcer bot
This commit is contained in:
commit
705c6ba9f7
8 changed files with 1715 additions and 0 deletions
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[project]
|
||||
name = "subreddit-announcer"
|
||||
version = "1.0.0"
|
||||
description = "A Discord bot that announces new Reddit posts from watched subreddits."
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"discord.py>=2.4",
|
||||
"asyncpraw>=7.7",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue