Initial scaffold: Discord subreddit-announcer bot

This commit is contained in:
megaproxy 2026-06-04 19:16:31 +01:00
commit 705c6ba9f7
8 changed files with 1715 additions and 0 deletions

12
pyproject.toml Normal file
View 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