aa-rss-to-discord 1.4.2__tar.gz → 1.6.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. aa_rss_to_discord-1.6.0/.gitignore +15 -0
  2. {aa_rss_to_discord-1.4.2/aa_rss_to_discord.egg-info → aa_rss_to_discord-1.6.0}/PKG-INFO +44 -37
  3. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/README.md +33 -29
  4. aa_rss_to_discord-1.6.0/aa_rss_to_discord/__init__.py +11 -0
  5. aa_rss_to_discord-1.6.0/aa_rss_to_discord/locale/django.pot +34 -0
  6. aa_rss_to_discord-1.6.0/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo +0 -0
  7. aa_rss_to_discord-1.6.0/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po +36 -0
  8. aa_rss_to_discord-1.6.0/aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po +36 -0
  9. aa_rss_to_discord-1.6.0/pyproject.toml +54 -0
  10. aa_rss_to_discord-1.4.2/CHANGELOG.md +0 -186
  11. aa_rss_to_discord-1.4.2/MANIFEST.in +0 -8
  12. aa_rss_to_discord-1.4.2/PKG-INFO +0 -151
  13. aa_rss_to_discord-1.4.2/aa_rss_to_discord/__init__.py +0 -6
  14. aa_rss_to_discord-1.4.2/aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po +0 -37
  15. aa_rss_to_discord-1.4.2/aa_rss_to_discord.egg-info/SOURCES.txt +0 -34
  16. aa_rss_to_discord-1.4.2/aa_rss_to_discord.egg-info/dependency_links.txt +0 -1
  17. aa_rss_to_discord-1.4.2/aa_rss_to_discord.egg-info/not-zip-safe +0 -1
  18. aa_rss_to_discord-1.4.2/aa_rss_to_discord.egg-info/requires.txt +0 -4
  19. aa_rss_to_discord-1.4.2/aa_rss_to_discord.egg-info/top_level.txt +0 -1
  20. aa_rss_to_discord-1.4.2/pyproject.toml +0 -6
  21. aa_rss_to_discord-1.4.2/setup.cfg +0 -55
  22. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/LICENSE +0 -0
  23. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/admin.py +0 -0
  24. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/apps.py +0 -0
  25. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/auth_hooks.py +0 -0
  26. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/constants.py +0 -0
  27. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/discordbot/cogs/__init__.py +0 -0
  28. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/discordbot/cogs/rss.py +0 -0
  29. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo +0 -0
  30. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/locale/de/LC_MESSAGES/django.po +0 -0
  31. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/locale/es/LC_MESSAGES/django.po +0 -0
  32. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po +0 -0
  33. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po +0 -0
  34. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po +0 -0
  35. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po +0 -0
  36. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
  37. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/managers.py +0 -0
  38. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/migrations/0001_initial.py +0 -0
  39. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py +0 -0
  40. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/migrations/__init__.py +0 -0
  41. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/models.py +0 -0
  42. {aa_rss_to_discord-1.4.2 → aa_rss_to_discord-1.6.0}/aa_rss_to_discord/tasks.py +0 -0
@@ -0,0 +1,15 @@
1
+ /build/
2
+ /dist/
3
+ /*.egg-info/
4
+ .idea/
5
+
6
+ *.log
7
+ *.tmp
8
+ *.bak
9
+ *.old
10
+ __pycache__
11
+
12
+ /.coverage
13
+ /htmlcov/
14
+ /.tox/
15
+ /coverage.xml
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aa-rss-to-discord
3
- Version: 1.4.2
3
+ Version: 1.6.0
4
4
  Summary: Alliance Auth module to post news from RSS feeds to your Discord
5
- Home-page: https://github.com/ppfeufer/aa-rss-to-discord
6
- Author: Peter Pfeufer
7
- Author-email: develop@ppfeufer.de
8
- Maintainer: Peter Pfeufer
9
- Maintainer-email: develop@ppfeufer.de
10
- License: GPL-3.0
11
- Project-URL: Issue / Bug Reports, https://github.com/ppfeufer/aa-rss-to-discord/issues
5
+ Project-URL: Homepage, https://github.com/ppfeufer/aa-rss-to-discord
6
+ Project-URL: Documentation, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/README.md
7
+ Project-URL: Source, https://github.com/ppfeufer/aa-rss-to-discord.git
12
8
  Project-URL: Changelog, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CHANGELOG.md
13
- Keywords: allianceauth,eveonline,discord,rss
9
+ Project-URL: Tracker, https://github.com/ppfeufer/aa-rss-to-discord/issues
10
+ Author-email: Peter Pfeufer <develop@ppfeufer.de>
11
+ License-Expression: GPL-3.0
12
+ License-File: LICENSE
13
+ Keywords: allianceauth,discord,eveonline,rss
14
14
  Classifier: Environment :: Web Environment
15
15
  Classifier: Framework :: Django
16
16
  Classifier: Framework :: Django :: 4.0
@@ -26,8 +26,11 @@ Classifier: Programming Language :: Python :: 3.11
26
26
  Classifier: Topic :: Internet :: WWW/HTTP
27
27
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
28
28
  Requires-Python: ~=3.8
29
+ Requires-Dist: allianceauth-app-utils>=1.14.2
30
+ Requires-Dist: allianceauth-discordbot>=3.0.5
31
+ Requires-Dist: allianceauth>=3.0.0
32
+ Requires-Dist: feedparser
29
33
  Description-Content-Type: text/markdown
30
- License-File: LICENSE
31
34
 
32
35
  # Alliance Auth RSS to Discord
33
36
 
@@ -46,18 +49,21 @@ License-File: LICENSE
46
49
 
47
50
  A simple app to post selected RSS feeds to your Discord.
48
51
 
52
+ ---
49
53
 
50
- ## Contents
51
-
52
- - [Installation](#installation)
53
- - [Step 0.5 - Install AA-Discordbot](#step-05---install-aa-discordbot)
54
- - [Step 1 - Install the Package](#step-1---install-the-package)
55
- - [Step 2 - Configure Alliance Auth](#step-2---configure-alliance-auth)
56
- - [Step 3 - Finalize the Installation](#step-3---finalize-the-installation)
57
- - [Step 4 - Configure your RSS Feeds](#step-4---configure-your-rss-feeds)
58
- - [Discord Bot Commands](#discord-bot-commands)
59
- - [Updating](#updating)
54
+ <!-- TOC -->
55
+ * [Alliance Auth RSS to Discord](#alliance-auth-rss-to-discord)
56
+ * [Installation](#installation)
57
+ * [Step 0.5: Install AA-Discordbot](#step-05-install-aa-discordbot)
58
+ * [Step 1: Install the Package](#step-1-install-the-package)
59
+ * [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
60
+ * [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
61
+ * [Step 4: Configure your RSS Feeds](#step-4-configure-your-rss-feeds)
62
+ * [Discord Bot Commands](#discord-bot-commands)
63
+ * [Updating](#updating)
64
+ <!-- TOC -->
60
65
 
66
+ ---
61
67
 
62
68
  ## Installation
63
69
 
@@ -71,24 +77,24 @@ A simple app to post selected RSS feeds to your Discord.
71
77
  **before** installing this app.
72
78
 
73
79
 
74
- ### Step 0.5 - Install AA-Discordbot
80
+ ### Step 0.5: Install AA-Discordbot
75
81
 
76
82
  In order for this app to work, you need to install and configure
77
83
  [AA-Discordbot](https://github.com/pvyParts/allianceauth-discordbot) first. Read the
78
84
  instructions how to do so in the README of AA-Discordbot.
79
85
 
80
86
 
81
- ### Step 1 - Install the Package
87
+ ### Step 1: Install the Package
82
88
 
83
- Make sure you are in the virtual environment (venv) of your Alliance Auth
84
- installation Then install the latest releast directly from PyPi.
89
+ Make sure you're in the virtual environment (venv) of your Alliance Auth
90
+ installation Then install the latest release directly from PyPi.
85
91
 
86
92
  ```shell
87
93
  pip install aa-rss-to-discord
88
94
  ```
89
95
 
90
96
 
91
- ### Step 2 - Configure Alliance Auth
97
+ ### Step 2: Configure Alliance Auth
92
98
 
93
99
  This is fairly simple, just add the following to the `INSTALLED_APPS` of your `local.py`
94
100
 
@@ -104,7 +110,7 @@ Configure your AA settings (`local.py`) as follows:
104
110
  ```
105
111
 
106
112
 
107
- ### Step 3 - Finalize the Installation
113
+ ### Step 3: Finalizing the Installation
108
114
 
109
115
  Run migrations to finalize the installation
110
116
 
@@ -112,12 +118,12 @@ Run migrations to finalize the installation
112
118
  python manage.py migrate
113
119
  ```
114
120
 
115
- Finally restart your supervisor services for AA.
121
+ Finally, restart your supervisor services for AA.
116
122
 
117
123
 
118
- ### Step 4 - Configure your RSS Feeds
124
+ ### Step 4: Configure your RSS Feeds
119
125
 
120
- First you need to set up the Discord Server and Channels. For this you go in your
126
+ First, you need to set up the Discord Server and Channels. For this, you go in your
121
127
  admin backend to the Discordbot settings and enter the needed information there.
122
128
 
123
129
  When done, you can set up your RSS feeds. This can be done in the setting of this
@@ -129,13 +135,14 @@ and select the Discord channel it should be posted to. Once done, save it.
129
135
 
130
136
  The following commands are available for the Discord bot to manage RSS/Atom feeds:
131
137
 
132
- | Command | Options | What it does |
133
- |:---|:---|:---|
134
- | `!rss_add <rss_url> <rss_name>` | - `rss_url` - The URL of the RSS/Atom feed<br>- `rss_name` - A Name for the RSS/Atom Feed | Adding a RSS/Atom fedd to the current channel |
135
- | `!rss_delete <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to remove | Remove a RSS/Atom feed from the current Discord channel |
136
- | `!rss_disable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to disable | Disable an enabled RSS/Atom feed for the current Discord channel |
137
- | `!rss_enable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to enable | Enable a disabled RSS/Atom feed for the current Discord channel |
138
- | `!rss_list` | None | List all RSS/Atom feeds for the current Discord channel |
138
+ | Command | Options | What it does |
139
+ |:--------------------------------|:------------------------------------------------------------------------------------------|:-----------------------------------------------------------------|
140
+ | `!rss_add <rss_url> <rss_name>` | - `rss_url` - The URL of the RSS/Atom feed<br>- `rss_name` - A Name for the RSS/Atom Feed | Adding a RSS/Atom feed to the current channel |
141
+ | `!rss_delete <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to remove | Remove a RSS/Atom feed from the current Discord channel |
142
+ | `!rss_disable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to disable | Disable an enabled RSS/Atom feed for the current Discord channel |
143
+ | `!rss_enable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to enable | Enable a disabled RSS/Atom feed for the current Discord channel |
144
+ | `!rss_list` | None | List all RSS/Atom feeds for the current Discord channel |
145
+
139
146
 
140
147
  ## Updating
141
148
 
@@ -148,4 +155,4 @@ pip install -U aa-rss-to-discord
148
155
  python manage.py migrate
149
156
  ```
150
157
 
151
- Finally restart your supervisor services for AA.
158
+ Finally, restart your supervisor services for AA.
@@ -15,18 +15,21 @@
15
15
 
16
16
  A simple app to post selected RSS feeds to your Discord.
17
17
 
18
-
19
- ## Contents
20
-
21
- - [Installation](#installation)
22
- - [Step 0.5 - Install AA-Discordbot](#step-05---install-aa-discordbot)
23
- - [Step 1 - Install the Package](#step-1---install-the-package)
24
- - [Step 2 - Configure Alliance Auth](#step-2---configure-alliance-auth)
25
- - [Step 3 - Finalize the Installation](#step-3---finalize-the-installation)
26
- - [Step 4 - Configure your RSS Feeds](#step-4---configure-your-rss-feeds)
27
- - [Discord Bot Commands](#discord-bot-commands)
28
- - [Updating](#updating)
29
-
18
+ ---
19
+
20
+ <!-- TOC -->
21
+ * [Alliance Auth RSS to Discord](#alliance-auth-rss-to-discord)
22
+ * [Installation](#installation)
23
+ * [Step 0.5: Install AA-Discordbot](#step-05-install-aa-discordbot)
24
+ * [Step 1: Install the Package](#step-1-install-the-package)
25
+ * [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
26
+ * [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
27
+ * [Step 4: Configure your RSS Feeds](#step-4-configure-your-rss-feeds)
28
+ * [Discord Bot Commands](#discord-bot-commands)
29
+ * [Updating](#updating)
30
+ <!-- TOC -->
31
+
32
+ ---
30
33
 
31
34
  ## Installation
32
35
 
@@ -40,24 +43,24 @@ A simple app to post selected RSS feeds to your Discord.
40
43
  **before** installing this app.
41
44
 
42
45
 
43
- ### Step 0.5 - Install AA-Discordbot
46
+ ### Step 0.5: Install AA-Discordbot
44
47
 
45
48
  In order for this app to work, you need to install and configure
46
49
  [AA-Discordbot](https://github.com/pvyParts/allianceauth-discordbot) first. Read the
47
50
  instructions how to do so in the README of AA-Discordbot.
48
51
 
49
52
 
50
- ### Step 1 - Install the Package
53
+ ### Step 1: Install the Package
51
54
 
52
- Make sure you are in the virtual environment (venv) of your Alliance Auth
53
- installation Then install the latest releast directly from PyPi.
55
+ Make sure you're in the virtual environment (venv) of your Alliance Auth
56
+ installation Then install the latest release directly from PyPi.
54
57
 
55
58
  ```shell
56
59
  pip install aa-rss-to-discord
57
60
  ```
58
61
 
59
62
 
60
- ### Step 2 - Configure Alliance Auth
63
+ ### Step 2: Configure Alliance Auth
61
64
 
62
65
  This is fairly simple, just add the following to the `INSTALLED_APPS` of your `local.py`
63
66
 
@@ -73,7 +76,7 @@ Configure your AA settings (`local.py`) as follows:
73
76
  ```
74
77
 
75
78
 
76
- ### Step 3 - Finalize the Installation
79
+ ### Step 3: Finalizing the Installation
77
80
 
78
81
  Run migrations to finalize the installation
79
82
 
@@ -81,12 +84,12 @@ Run migrations to finalize the installation
81
84
  python manage.py migrate
82
85
  ```
83
86
 
84
- Finally restart your supervisor services for AA.
87
+ Finally, restart your supervisor services for AA.
85
88
 
86
89
 
87
- ### Step 4 - Configure your RSS Feeds
90
+ ### Step 4: Configure your RSS Feeds
88
91
 
89
- First you need to set up the Discord Server and Channels. For this you go in your
92
+ First, you need to set up the Discord Server and Channels. For this, you go in your
90
93
  admin backend to the Discordbot settings and enter the needed information there.
91
94
 
92
95
  When done, you can set up your RSS feeds. This can be done in the setting of this
@@ -98,13 +101,14 @@ and select the Discord channel it should be posted to. Once done, save it.
98
101
 
99
102
  The following commands are available for the Discord bot to manage RSS/Atom feeds:
100
103
 
101
- | Command | Options | What it does |
102
- |:---|:---|:---|
103
- | `!rss_add <rss_url> <rss_name>` | - `rss_url` - The URL of the RSS/Atom feed<br>- `rss_name` - A Name for the RSS/Atom Feed | Adding a RSS/Atom fedd to the current channel |
104
- | `!rss_delete <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to remove | Remove a RSS/Atom feed from the current Discord channel |
105
- | `!rss_disable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to disable | Disable an enabled RSS/Atom feed for the current Discord channel |
106
- | `!rss_enable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to enable | Enable a disabled RSS/Atom feed for the current Discord channel |
107
- | `!rss_list` | None | List all RSS/Atom feeds for the current Discord channel |
104
+ | Command | Options | What it does |
105
+ |:--------------------------------|:------------------------------------------------------------------------------------------|:-----------------------------------------------------------------|
106
+ | `!rss_add <rss_url> <rss_name>` | - `rss_url` - The URL of the RSS/Atom feed<br>- `rss_name` - A Name for the RSS/Atom Feed | Adding a RSS/Atom feed to the current channel |
107
+ | `!rss_delete <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to remove | Remove a RSS/Atom feed from the current Discord channel |
108
+ | `!rss_disable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to disable | Disable an enabled RSS/Atom feed for the current Discord channel |
109
+ | `!rss_enable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to enable | Enable a disabled RSS/Atom feed for the current Discord channel |
110
+ | `!rss_list` | None | List all RSS/Atom feeds for the current Discord channel |
111
+
108
112
 
109
113
  ## Updating
110
114
 
@@ -117,4 +121,4 @@ pip install -U aa-rss-to-discord
117
121
  python manage.py migrate
118
122
  ```
119
123
 
120
- Finally restart your supervisor services for AA.
124
+ Finally, restart your supervisor services for AA.
@@ -0,0 +1,11 @@
1
+ """
2
+ App init
3
+ """
4
+
5
+ # Standard Library
6
+ from importlib import metadata
7
+
8
+ __version__ = metadata.version("aa-rss-to-discord")
9
+ __title__ = "RSS to Discord"
10
+
11
+ del metadata
@@ -0,0 +1,34 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-04-19 01:27+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+
20
+ #: models.py:41
21
+ msgid "RSS Feed"
22
+ msgstr ""
23
+
24
+ #: models.py:42
25
+ msgid "RSS Feeds"
26
+ msgstr ""
27
+
28
+ #: models.py:69
29
+ msgid "Last Item"
30
+ msgstr ""
31
+
32
+ #: models.py:70
33
+ msgid "Last Items"
34
+ msgstr ""
@@ -0,0 +1,36 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # Nikolay <nick.postnikov@gmail.com>, 2023.
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: PACKAGE VERSION\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2023-04-12 09:17+0200\n"
10
+ "PO-Revision-Date: 2023-04-16 17:09+0000\n"
11
+ "Last-Translator: Nikolay <nick.postnikov@gmail.com>\n"
12
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-rss-to-discord/ru/>\n"
14
+ "Language: ru\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Plural-Forms: nplurals=4; plural= n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
19
+ "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
+ "X-Generator: Weblate 4.16.4\n"
21
+
22
+ #: models.py:41
23
+ msgid "RSS Feed"
24
+ msgstr "RSS лента"
25
+
26
+ #: models.py:42
27
+ msgid "RSS Feeds"
28
+ msgstr "RSS ленты"
29
+
30
+ #: models.py:69
31
+ msgid "Last Item"
32
+ msgstr "Последний элемент"
33
+
34
+ #: models.py:70
35
+ msgid "Last Items"
36
+ msgstr "Последние элементы"
@@ -0,0 +1,36 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-04-19 01:27+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=4; plural= n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
20
+ "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
+
22
+ #: models.py:41
23
+ msgid "RSS Feed"
24
+ msgstr ""
25
+
26
+ #: models.py:42
27
+ msgid "RSS Feeds"
28
+ msgstr ""
29
+
30
+ #: models.py:69
31
+ msgid "Last Item"
32
+ msgstr ""
33
+
34
+ #: models.py:70
35
+ msgid "Last Items"
36
+ msgstr ""
@@ -0,0 +1,54 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "aa-rss-to-discord"
7
+ version = "1.6.0"
8
+ description = "Alliance Auth module to post news from RSS feeds to your Discord"
9
+ readme = "README.md"
10
+ license = "GPL-3.0"
11
+ requires-python = "~=3.8"
12
+ authors = [
13
+ { name = "Peter Pfeufer", email = "develop@ppfeufer.de" },
14
+ ]
15
+ keywords = [
16
+ "allianceauth",
17
+ "discord",
18
+ "eveonline",
19
+ "rss",
20
+ ]
21
+ classifiers = [
22
+ "Environment :: Web Environment",
23
+ "Framework :: Django",
24
+ "Framework :: Django :: 4.0",
25
+ "Intended Audience :: Developers",
26
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
27
+ "Operating System :: OS Independent",
28
+ "Programming Language :: Python",
29
+ "Programming Language :: Python :: 3",
30
+ "Programming Language :: Python :: 3.8",
31
+ "Programming Language :: Python :: 3.9",
32
+ "Programming Language :: Python :: 3.10",
33
+ "Programming Language :: Python :: 3.11",
34
+ "Topic :: Internet :: WWW/HTTP",
35
+ "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
36
+ ]
37
+ dependencies = [
38
+ "allianceauth-app-utils>=1.14.2",
39
+ "allianceauth-discordbot>=3.0.5",
40
+ "allianceauth>=3.0.0",
41
+ "feedparser",
42
+ ]
43
+
44
+ [project.urls]
45
+ Homepage = "https://github.com/ppfeufer/aa-rss-to-discord"
46
+ Documentation = "https://github.com/ppfeufer/aa-rss-to-discord/blob/master/README.md"
47
+ Source = "https://github.com/ppfeufer/aa-rss-to-discord.git"
48
+ Changelog = "https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CHANGELOG.md"
49
+ Tracker = "https://github.com/ppfeufer/aa-rss-to-discord/issues"
50
+
51
+ [tool.hatch.build]
52
+ include = [
53
+ "/aa_rss_to_discord",
54
+ ]
@@ -1,186 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
- and this project adheres to [Semantic Versioning](http://semver.org/)
7
-
8
-
9
- ## [In Development] - Unreleased
10
-
11
-
12
- ## [1.4.2] - 2023-04-13
13
-
14
- ### Added
15
-
16
- - German translation
17
-
18
-
19
- ## [1.4.1] - 2023-01-15
20
-
21
- ### Added
22
-
23
- - More Debug logging for the task to figure out what's going on for issue #23
24
-
25
- ### Changed
26
-
27
- - Requirements:
28
- - Alliance Auth >= 3.0.0
29
- - Switched to Allianceauth App Utils for better logging
30
-
31
-
32
- ## [1.4.0] - 2022-05-09
33
-
34
- ### Added
35
-
36
- - Test suite for AA 3.x and Django 4
37
-
38
- ## Changed
39
-
40
- - Switched to `setup.cfg` as config file, since `setup.py` is deprecated now
41
- - Requirements:
42
- - Alliance Auth >= 2.11.0
43
- - Allianceauth Discordbot >= 3.0.5
44
-
45
- ### Removed
46
-
47
- - Deprecated settings
48
- - Support for Python 3.7, since `allianceauth-discordbot` needs at least Python 3.8
49
-
50
-
51
- ## [1.3.1] - 2022-02-04
52
-
53
- ### Added
54
-
55
- - Tests for Python 3.11
56
-
57
- ### Changed
58
-
59
- - Requirements:
60
- - Alliance Auth >= 2.9.4
61
- - Allianceauth Discordbot < 3.0.0 (Until this bug is fixed » https://github.com/pvyParts/allianceauth-discordbot/issues/56)
62
-
63
-
64
- ## [1.3.0] - 2021-11-30
65
-
66
- ### Changed
67
-
68
- - Minimum requirements
69
- - Python 3.7
70
- - Alliance Auth v2.9.3
71
-
72
-
73
- ## [1.2.1] - 2021-11-17
74
-
75
- ### Fixed
76
-
77
- - Min python version is 3.7
78
-
79
-
80
- ## [1.2.0] - 2021-11-16
81
-
82
- ### Added
83
-
84
- - Basic test suite
85
-
86
- ### Changed
87
-
88
- - Minimum requirements
89
-
90
-
91
- ## [1.1.2] - 2021-10-19
92
-
93
- ### Changed
94
-
95
- - Task improved so it doesn't throw a confusing log message
96
-
97
-
98
- ## [1.1.1] - 2021-09-03
99
-
100
- ### Changed
101
-
102
- - Added some sanity checks to the task
103
-
104
-
105
- ## [1.1.0] - 2021-09-03
106
-
107
- ### Added
108
-
109
- - Commands for the Discord bot to manage RSS/Atom feeds. The following commands have
110
- been added:
111
-
112
- | Command | Options | What it does |
113
- |:---|:---|:---|
114
- | `!rss_add <rss_url> <rss_name>` | - `rss_url` - The URL of the RSS/Atom feed<br>- `rss_name` - A Name for the RSS/Atom Feed | Adding a RSS/Atom fedd to the current channel |
115
- | `!rss_delete <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to remove | Remove a RSS/Atom feed from the current Discord channel |
116
- | `!rss_disable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to disable | Disable an enabled RSS/Atom feed for the current Discord channel |
117
- | `!rss_enable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to enable | Enable a disabled RSS/Atom feed for the current Discord channel |
118
- | `!rss_list` | None | List all RSS/Atom feeds for the current Discord channel |
119
-
120
-
121
- ## [1.0.0] - 2021-09-03
122
-
123
- ### Changed
124
-
125
- - Moved from Beta to Stable
126
-
127
-
128
- ## [0.1.0-beta.7] - 2021-07-08
129
-
130
- ### Added
131
-
132
- - Tested for compatibility with Python 3.9 and Django 3.2
133
-
134
-
135
- ## [0.1.0-beta.6] - 2021-05-27
136
-
137
- ### Changed
138
-
139
- - Update the last item instead of removing and adding it again
140
-
141
-
142
- ## [0.1.0-beta.5] - 2021-05-25
143
-
144
- ### Added
145
-
146
- - Switch to enable/disable RSS feeds in admin interface
147
-
148
- ### Changed
149
-
150
- - Cleaned up filter in admin interface
151
-
152
-
153
- ## [0.1.0-beta.4] - 2021-05-05
154
-
155
- ### Fixed
156
-
157
- - Using Django application registry instead of directly accessing `INSTALLED_APPS`
158
-
159
-
160
- ## [0.1.0-beta.3] - 2021-04-30
161
-
162
- ### Fixed
163
-
164
- - SQL error when there are emojis in the RSS title
165
-
166
-
167
- ## [0.1.0-beta.2] - 2021-04-30
168
-
169
- ### Changed
170
-
171
- - Last item check via db instead of redis cache
172
-
173
- ### ⚠️ Important ⚠️
174
-
175
- Migrations have been reset. Run **before** updating via pip:
176
-
177
- ```shell
178
- python myauth/manage.py migrate aa_rss_to_discord zero
179
- ```
180
-
181
- Run migrations after updating as usual.
182
-
183
-
184
- ## [0.1.0-beta.1] - 2021-04-29
185
-
186
- - First public beta release
@@ -1,8 +0,0 @@
1
- include LICENSE
2
- include README.md
3
- include CHANGELOG.md
4
- include MANIFEST.in
5
- graft aa_rss_to_discord
6
-
7
- global-exclude __pycache__
8
- global-exclude *.py[co]
@@ -1,151 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: aa_rss_to_discord
3
- Version: 1.4.2
4
- Summary: Alliance Auth module to post news from RSS feeds to your Discord
5
- Home-page: https://github.com/ppfeufer/aa-rss-to-discord
6
- Author: Peter Pfeufer
7
- Author-email: develop@ppfeufer.de
8
- Maintainer: Peter Pfeufer
9
- Maintainer-email: develop@ppfeufer.de
10
- License: GPL-3.0
11
- Project-URL: Issue / Bug Reports, https://github.com/ppfeufer/aa-rss-to-discord/issues
12
- Project-URL: Changelog, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CHANGELOG.md
13
- Keywords: allianceauth,eveonline,discord,rss
14
- Classifier: Environment :: Web Environment
15
- Classifier: Framework :: Django
16
- Classifier: Framework :: Django :: 4.0
17
- Classifier: Intended Audience :: Developers
18
- Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
19
- Classifier: Operating System :: OS Independent
20
- Classifier: Programming Language :: Python
21
- Classifier: Programming Language :: Python :: 3
22
- Classifier: Programming Language :: Python :: 3.8
23
- Classifier: Programming Language :: Python :: 3.9
24
- Classifier: Programming Language :: Python :: 3.10
25
- Classifier: Programming Language :: Python :: 3.11
26
- Classifier: Topic :: Internet :: WWW/HTTP
27
- Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
28
- Requires-Python: ~=3.8
29
- Description-Content-Type: text/markdown
30
- License-File: LICENSE
31
-
32
- # Alliance Auth RSS to Discord
33
-
34
- [![Version](https://img.shields.io/pypi/v/aa-rss-to-discord?label=release)](https://pypi.org/project/aa-rss-to-discord/)
35
- [![License](https://img.shields.io/github/license/ppfeufer/aa-rss-to-discord)](https://github.com/ppfeufer/aa-rss-to-discord/blob/master/LICENSE)
36
- [![Python](https://img.shields.io/pypi/pyversions/aa-rss-to-discord)](https://pypi.org/project/aa-rss-to-discord/)
37
- [![Django](https://img.shields.io/pypi/djversions/aa-rss-to-discord?label=django)](https://pypi.org/project/aa-rss-to-discord/)
38
- ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)
39
- [![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](http://black.readthedocs.io/en/latest/)
40
- [![Discord](https://img.shields.io/discord/790364535294132234?label=discord)](https://discord.gg/zmh52wnfvM)
41
- [![Checks](https://github.com/ppfeufer/aa-rss-to-discord/actions/workflows/automated-checks.yml/badge.svg)](https://github.com/ppfeufer/aa-rss-to-discord/actions/workflows/automated-checks.yml)
42
- [![codecov](https://codecov.io/gh/ppfeufer/aa-rss-to-discord/branch/master/graph/badge.svg?token=LVEQ6W55ZB)](https://codecov.io/gh/ppfeufer/aa-rss-to-discord)
43
- [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CODE_OF_CONDUCT.md)
44
-
45
- [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N8CL1BY)
46
-
47
- A simple app to post selected RSS feeds to your Discord.
48
-
49
-
50
- ## Contents
51
-
52
- - [Installation](#installation)
53
- - [Step 0.5 - Install AA-Discordbot](#step-05---install-aa-discordbot)
54
- - [Step 1 - Install the Package](#step-1---install-the-package)
55
- - [Step 2 - Configure Alliance Auth](#step-2---configure-alliance-auth)
56
- - [Step 3 - Finalize the Installation](#step-3---finalize-the-installation)
57
- - [Step 4 - Configure your RSS Feeds](#step-4---configure-your-rss-feeds)
58
- - [Discord Bot Commands](#discord-bot-commands)
59
- - [Updating](#updating)
60
-
61
-
62
- ## Installation
63
-
64
- **Important**: Please make sure you meet all preconditions before you proceed:
65
-
66
- - Alliance Auth RSS to Discord is a plugin for Alliance Auth. If you don't have Alliance Auth running
67
- already, please install it first before proceeding. (see the official
68
- [AA installation guide](https://allianceauth.readthedocs.io/en/latest/installation/allianceauth.html) for details)
69
- - Alliance Auth RSS to Discord needs [AA-Discordbot](https://github.com/pvyParts/allianceauth-discordbot)
70
- to interact with your Discord server. Make sure it is installed and configured
71
- **before** installing this app.
72
-
73
-
74
- ### Step 0.5 - Install AA-Discordbot
75
-
76
- In order for this app to work, you need to install and configure
77
- [AA-Discordbot](https://github.com/pvyParts/allianceauth-discordbot) first. Read the
78
- instructions how to do so in the README of AA-Discordbot.
79
-
80
-
81
- ### Step 1 - Install the Package
82
-
83
- Make sure you are in the virtual environment (venv) of your Alliance Auth
84
- installation Then install the latest releast directly from PyPi.
85
-
86
- ```shell
87
- pip install aa-rss-to-discord
88
- ```
89
-
90
-
91
- ### Step 2 - Configure Alliance Auth
92
-
93
- This is fairly simple, just add the following to the `INSTALLED_APPS` of your `local.py`
94
-
95
- Configure your AA settings (`local.py`) as follows:
96
-
97
- - Add `"aa_rss_to_discord",` to `INSTALLED_APPS`
98
- - Add the scheduled task
99
- ```python
100
- CELERYBEAT_SCHEDULE["aa_rss_to_discord_fetch_rss"] = {
101
- "task": "aa_rss_to_discord.tasks.fetch_rss",
102
- "schedule": crontab(minute="*/5"),
103
- }
104
- ```
105
-
106
-
107
- ### Step 3 - Finalize the Installation
108
-
109
- Run migrations to finalize the installation
110
-
111
- ```shell
112
- python manage.py migrate
113
- ```
114
-
115
- Finally restart your supervisor services for AA.
116
-
117
-
118
- ### Step 4 - Configure your RSS Feeds
119
-
120
- First you need to set up the Discord Server and Channels. For this you go in your
121
- admin backend to the Discordbot settings and enter the needed information there.
122
-
123
- When done, you can set up your RSS feeds. This can be done in the setting of this
124
- app, still in your admin backend. Create a new RSS Feed entry, enter the name, url
125
- and select the Discord channel it should be posted to. Once done, save it.
126
-
127
-
128
- ## Discord Bot Commands
129
-
130
- The following commands are available for the Discord bot to manage RSS/Atom feeds:
131
-
132
- | Command | Options | What it does |
133
- |:---|:---|:---|
134
- | `!rss_add <rss_url> <rss_name>` | - `rss_url` - The URL of the RSS/Atom feed<br>- `rss_name` - A Name for the RSS/Atom Feed | Adding a RSS/Atom fedd to the current channel |
135
- | `!rss_delete <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to remove | Remove a RSS/Atom feed from the current Discord channel |
136
- | `!rss_disable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to disable | Disable an enabled RSS/Atom feed for the current Discord channel |
137
- | `!rss_enable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to enable | Enable a disabled RSS/Atom feed for the current Discord channel |
138
- | `!rss_list` | None | List all RSS/Atom feeds for the current Discord channel |
139
-
140
- ## Updating
141
-
142
- To update your existing installation of Alliance Auth RSS to Discord, first enable your
143
- virtual environment (venv) of your Alliance Auth installation.
144
-
145
- ```bash
146
- pip install -U aa-rss-to-discord
147
-
148
- python manage.py migrate
149
- ```
150
-
151
- Finally restart your supervisor services for AA.
@@ -1,6 +0,0 @@
1
- """
2
- a couple of variables to use throughout the app
3
- """
4
-
5
- __version__ = "1.4.2"
6
- __title__ = "RSS to Discord"
@@ -1,37 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: PACKAGE VERSION\n"
10
- "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-04-12 09:17+0200\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
16
- "MIME-Version: 1.0\n"
17
- "Content-Type: text/plain; charset=UTF-8\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
20
- "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
21
- "(n%100>=11 && n%100<=14)? 2 : 3);\n"
22
-
23
- #: models.py:41
24
- msgid "RSS Feed"
25
- msgstr ""
26
-
27
- #: models.py:42
28
- msgid "RSS Feeds"
29
- msgstr ""
30
-
31
- #: models.py:69
32
- msgid "Last Item"
33
- msgstr ""
34
-
35
- #: models.py:70
36
- msgid "Last Items"
37
- msgstr ""
@@ -1,34 +0,0 @@
1
- CHANGELOG.md
2
- LICENSE
3
- MANIFEST.in
4
- README.md
5
- pyproject.toml
6
- setup.cfg
7
- aa_rss_to_discord/__init__.py
8
- aa_rss_to_discord/admin.py
9
- aa_rss_to_discord/apps.py
10
- aa_rss_to_discord/auth_hooks.py
11
- aa_rss_to_discord/constants.py
12
- aa_rss_to_discord/managers.py
13
- aa_rss_to_discord/models.py
14
- aa_rss_to_discord/tasks.py
15
- aa_rss_to_discord.egg-info/PKG-INFO
16
- aa_rss_to_discord.egg-info/SOURCES.txt
17
- aa_rss_to_discord.egg-info/dependency_links.txt
18
- aa_rss_to_discord.egg-info/not-zip-safe
19
- aa_rss_to_discord.egg-info/requires.txt
20
- aa_rss_to_discord.egg-info/top_level.txt
21
- aa_rss_to_discord/discordbot/cogs/__init__.py
22
- aa_rss_to_discord/discordbot/cogs/rss.py
23
- aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo
24
- aa_rss_to_discord/locale/de/LC_MESSAGES/django.po
25
- aa_rss_to_discord/locale/es/LC_MESSAGES/django.po
26
- aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po
27
- aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po
28
- aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po
29
- aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po
30
- aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po
31
- aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po
32
- aa_rss_to_discord/migrations/0001_initial.py
33
- aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py
34
- aa_rss_to_discord/migrations/__init__.py
@@ -1,4 +0,0 @@
1
- allianceauth>=3.0.0
2
- allianceauth-app-utils>=1.14.2
3
- allianceauth-discordbot>=3.0.5
4
- feedparser
@@ -1 +0,0 @@
1
- aa_rss_to_discord
@@ -1,6 +0,0 @@
1
- [build-system]
2
- requires = [
3
- "setuptools>=42",
4
- "wheel"
5
- ]
6
- build-backend = "setuptools.build_meta"
@@ -1,55 +0,0 @@
1
- [metadata]
2
- name = aa_rss_to_discord
3
- version = attr: aa_rss_to_discord.__version__
4
- description = Alliance Auth module to post news from RSS feeds to your Discord
5
- long_description = file: README.md
6
- long_description_content_type = text/markdown
7
- author = Peter Pfeufer
8
- author_email = develop@ppfeufer.de
9
- maintainer = Peter Pfeufer
10
- maintainer_email = develop@ppfeufer.de
11
- license = GPL-3.0
12
- license_file = LICENSE
13
- classifiers =
14
- Environment :: Web Environment
15
- Framework :: Django
16
- Framework :: Django :: 4.0
17
- Intended Audience :: Developers
18
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
19
- Operating System :: OS Independent
20
- Programming Language :: Python
21
- Programming Language :: Python :: 3
22
- Programming Language :: Python :: 3.8
23
- Programming Language :: Python :: 3.9
24
- Programming Language :: Python :: 3.10
25
- Programming Language :: Python :: 3.11
26
- Topic :: Internet :: WWW/HTTP
27
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
28
- home_page = https://github.com/ppfeufer/aa-rss-to-discord
29
- keywords =
30
- allianceauth
31
- eveonline
32
- discord
33
- rss
34
- project_urls =
35
- Issue / Bug Reports = https://github.com/ppfeufer/aa-rss-to-discord/issues
36
- Changelog = https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CHANGELOG.md
37
-
38
- [options]
39
- packages = find:
40
- install_requires =
41
- allianceauth>=3.0.0
42
- allianceauth-app-utils>=1.14.2
43
- allianceauth-discordbot>=3.0.5
44
- feedparser
45
- python_requires = ~=3.8
46
- include_package_data = True
47
- zip_safe = False
48
-
49
- [options.packages.find]
50
- include = aa_rss_to_discord
51
-
52
- [egg_info]
53
- tag_build =
54
- tag_date = 0
55
-