aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Expand)AuthorLines
2020-05-01Added on cog unload news posting tasks canceling on `News` cogGravatar ks129-0/+5
2020-05-01Replace message ID storage to new specific ID storage in `News` cogGravatar ks129-38/+6
2020-04-28Simplified New publishing check + removed unnecessary Webhook checkGravatar ks129-6/+2
2020-04-27Minor terminology change on a logGravatar Joseph Banks-1/+1
2020-04-27Make some fixes to ensure data is persisted and the bot does not hangGravatar Joseph Banks-3/+22
2020-04-27Add Python News channel and webhook ID to config-default.ymlGravatar ks129-2/+2
2020-04-27Fixed `BeautifulSoup` parsing warningGravatar ks129-1/+1
2020-04-27Improved `News` cogGravatar ks129-10/+22
2020-04-21Simplified title check even more in PEP newsGravatar ks129-1/+1
2020-04-21`News` Cog improvisationsGravatar ks129-37/+36
2020-04-20Implemented maillists news posting, created helper functions + added date checkGravatar ks129-19/+131
2020-04-20Defined `chardet` log level to warning to avoid spamGravatar ks129-0/+1
2020-04-20Added new dependency `beatifulsoup4` for Python news HTML parsingGravatar ks129-1/+3
2020-04-20Added new function `News.get_webhook_names` + new variable `News.webhook_names`Gravatar ks129-0/+13
2020-04-20Created PEP news task + minor changes in `News`Gravatar ks129-4/+69
2020-04-20Applied constant changes to NewsGravatar ks129-8/+2
2020-04-20Applied Python News config changesGravatar ks129-2/+8
2020-04-20Added new category `python_news` to config, that hold mail lists, channel and...Gravatar ks129-5/+15
2020-04-20Created helper function `get_webhook` and added property in `News`Gravatar ks129-1/+8
2020-04-20Added #python-news channel webhook to `Webhooks` in constantsGravatar ks129-0/+1
2020-04-20Added new dependency `feedparser`Gravatar ks129-48/+58
2020-04-20Added helper function `News.sync_maillists`Gravatar ks129-0/+23
2020-04-20Added `News` cog loadingGravatar ks129-0/+1
2020-04-20Added #python-news channel ID to constants `Channels`Gravatar ks129-0/+1