.gitignore
.pre-commit-config.yaml
LICENSE
README.md
config.yaml.template
pyproject.toml
setup.cfg
.github/workflows/pypi-publish.yml
.vscode/launch.json
.vscode/settings.json
tests/movie_downloaded.py
wi1_bot/__init__.py
wi1_bot/_version.py
wi1_bot/config.py
wi1_bot/push.py
wi1_bot/webhook.py
wi1_bot.egg-info/PKG-INFO
wi1_bot.egg-info/SOURCES.txt
wi1_bot.egg-info/dependency_links.txt
wi1_bot.egg-info/entry_points.txt
wi1_bot.egg-info/requires.txt
wi1_bot.egg-info/top_level.txt
wi1_bot/arr/__init__.py
wi1_bot/arr/download.py
wi1_bot/arr/episode.py
wi1_bot/arr/movie.py
wi1_bot/arr/radarr.py
wi1_bot/arr/sonarr.py
wi1_bot/discord/__init__.py
wi1_bot/discord/bot.py
wi1_bot/discord/helpers.py
wi1_bot/discord/cogs/__init__.py
wi1_bot/discord/cogs/movie.py
wi1_bot/discord/cogs/series.py
wi1_bot/scripts/__init__.py
wi1_bot/scripts/add_tag.py
wi1_bot/scripts/start.py
wi1_bot/scripts/transcode_item.py
wi1_bot/transcoder/__init__.py
wi1_bot/transcoder/transcode_queue.py
wi1_bot/transcoder/transcoder.py