No description
  • Python 93.6%
  • Dockerfile 6.4%
Find a file
2023-06-06 19:14:16 -05:00
.github/workflows Update build.yml 2023-06-06 19:14:16 -05:00
discord_reddit_posts feat: poetry and docker support (#4) 2023-06-05 17:49:09 -05:00
.dockerignore feat: poetry and docker support (#4) 2023-06-05 17:49:09 -05:00
.gitignore init 2022-04-15 09:38:57 -05:00
Dockerfile feat: poetry and docker support (#4) 2023-06-05 17:49:09 -05:00
poetry.lock feat: poetry and docker support (#4) 2023-06-05 17:49:09 -05:00
pyproject.toml feat: poetry and docker support (#4) 2023-06-05 17:49:09 -05:00
README.md feat: poetry and docker support (#4) 2023-06-05 17:49:09 -05:00
requirements.txt init 2022-04-15 09:38:57 -05:00

discord-reddit-posts

send new posts from reddit via title, text, or domain

powered (optionally) by github's generosity

usage

SUBREDDIT=hardwareswap                            # subreddit to watch
WEBHOOK_URL=https://discord.com/api/webhooks/xxx  # discord webhook url (supports multiple seperated by ;)
PUSHOVER_APP=XXX...YYY                            # pushover token for an application
PUSHOVER_USER=ZZZ                                 # pushover user id
POST_DOMAIN=cnn.com                               # domain of a link posted (supports multiple seperated by ;)
POST_TITLE=keyboard                               # keyword to look for in post title (supports multiple seperated by ;)
POST_TEXT=keyboard                                # keyword to look for in post selftext (supports multiple seperated by ;)
LOOP_SECONDS=60                                   # seconds between searching for new posts