| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-04-20 | Applied constant changes to News | -8/+2 | ||
| Replaced in-file mail lists with constants.py's, replaced webhook ID getting. | ||||
| 2020-04-20 | Applied Python News config changes | -2/+8 | ||
| Removed Webhook and Channel from their listings, created new class `PythonNews` that hold them + mail lists. | ||||
| 2020-04-20 | Added new category `python_news` to config, that hold mail lists, channel ↵ | -5/+15 | ||
| and webhook. This use local dev environment IDs. | ||||
| 2020-04-20 | Created helper function `get_webhook` and added property in `News` | -1/+8 | ||
| `News.get_webhook` fetch discord.Webhook by ID provided in config. `self.webhook` use webhook that it got from this function. | ||||
| 2020-04-20 | Added #python-news channel webhook to `Webhooks` in constants | -0/+1 | ||
| 2020-04-20 | Added new dependency `feedparser` | -48/+58 | ||
| 2020-04-20 | Added helper function `News.sync_maillists` | -0/+23 | ||
| Function sync maillists listing with API, that hold IDs of message that have news. PEPs handling is over RSS, so this will added manually in this function. | ||||
| 2020-04-20 | Added `News` cog loading | -0/+1 | ||
| 2020-04-20 | Added #python-news channel ID to constants `Channels` | -0/+1 | ||