Commit Graph

282 Commits

Author SHA1 Message Date
75bff016bd Bump pytest from 7.0.0 to 7.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...7.0.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 06:32:07 +00:00
998ceca830 Create codeql-analysis.yml 2022-02-12 02:01:08 +01:00
96f6aa7730 Create dependabot.yml 2022-02-11 17:01:21 +01:00
99f6faccac Update poetry.lock 2022-02-11 16:58:48 +01:00
c6be749690 Use the Black profile for isort 2022-02-10 15:44:25 +01:00
3016dab0b4 Update README 2021-12-31 04:12:01 +01:00
6d4a8befd7 Rename main.py to discord_rss_bot.py 2021-12-31 04:11:14 +01:00
0a1b40907f Update poetry.lock 2021-12-31 01:41:15 +01:00
1c93941e62 Update poetry.lock
Package operations: 0 installs, 1 update, 0 removals

  • Updating async-timeout (4.0.1 -> 4.0.2)
2021-12-23 19:13:08 +01:00
aa343f3544 You can now use a environment variable for database name 2021-12-22 19:19:26 +01:00
6a91dea658 Have webhook stored in reader database instead of config file 2021-12-22 02:33:26 +01:00
6b693b8231 Use git version for reader 2021-12-22 02:05:29 +01:00
14b0d34145 Remove unneeded echo 2021-12-21 23:37:06 +01:00
754bc2a053 Update poetry.lock 2021-12-19 15:19:19 +01:00
466e6eafd6 Add tests 2021-12-14 15:16:28 +01:00
58bff7ecb0 Use Typer instead of platformdirs 2021-12-14 01:43:30 +01:00
3e4937be65 Add docstrings to stats and delete 2021-12-14 01:20:19 +01:00
c56fc76d6a Change default for notify_discord 2021-12-14 01:19:30 +01:00
5184b71b27 Move stats to own command 2021-12-14 01:11:07 +01:00
2b6ca43dd6 You can now delete feeds 2021-12-14 00:52:18 +01:00
6cbbce030c Add backup command 2021-12-13 22:38:40 +01:00
f1c862e1d1 Fix typo: feeds -> entries in stats 2021-12-13 20:05:55 +01:00
75a4a27dcd Close database connection when command is finished instead of waiting for GC 2021-12-13 20:01:45 +01:00
71e8769e75 Change the look for check command 2021-12-13 17:41:10 +01:00
ef42aa5d38 Exit when feed already exists 2021-12-13 17:30:43 +01:00
6458efd28b Add option for sending message to Discord when a new feed is added 2021-12-13 17:30:18 +01:00
6d6432a8dc Use typer[all] instead of typer to get colorama and shellingham 2021-12-12 22:06:08 +01:00
c072395647 Add stats to check command 2021-12-12 22:00:47 +01:00
203525becb Move settings to settings.py and read from a config file 2021-12-12 22:00:02 +01:00
c8bf725780 You can now add feeds and check for new entries and send them to Discord 2021-12-12 20:10:24 +01:00
d8c854ec6d Add Poetry project 2021-12-11 23:55:29 +01:00
55a8f931b6 Initial commit 2021-12-11 23:32:40 +01:00