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

This commit is contained in:
2022-12-02 16:47:47 +01:00
parent 3bec59cdb6
commit 400b72dbf4
11 changed files with 328 additions and 187 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()