Add config file, dropdown for webhooks, and sends stuff to Discord

This commit is contained in:
Joakim Hellsén 2022-12-02 16:47:47 +01:00
commit 400b72dbf4
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC
11 changed files with 326 additions and 185 deletions

View file

@ -1,8 +1,7 @@
import os
from typer.testing import CliRunner
from discord_rss_bot.discord_rss_bot import app, app_dir
from typer.testing import CliRunner
runner = CliRunner()