![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A simple app to post selected RSS feeds to your Discord.
Important: Please make sure you meet all preconditions before you proceed:
In order for this app to work, you need to install and configure AA-Discordbot first. Read the instructions how to do so in the README of AA-Discordbot.
Make sure you're in the virtual environment (venv) of your Alliance Auth installation Then install the latest release directly from PyPi.
pip install aa-rss-to-discord
This is fairly simple, just add the following to the INSTALLED_APPS
of your local.py
Configure your AA settings (local.py
) as follows:
"aa_rss_to_discord",
to INSTALLED_APPS
CELERYBEAT_SCHEDULE["aa_rss_to_discord_fetch_rss"] = {
"task": "aa_rss_to_discord.tasks.fetch_rss",
"schedule": crontab(minute="*/5"),
}
Run migrations to finalize the installation
python manage.py migrate
Finally, restart your supervisor services for AA.
First, you need to set up the Discord Server and Channels. For this, you go in your admin backend to the Discordbot settings and enter the needed information there.
When done, you can set up your RSS feeds. This can be done in the setting of this app, still in your admin backend. Create a new RSS Feed entry, enter the name, url and select the Discord channel it should be posted to. Once done, save it.
The following commands are available for the Discord bot to manage RSS/Atom feeds:
Command | Options | What it does |
---|---|---|
!rss_add <rss_url> <rss_name> | - rss_url - The URL of the RSS/Atom feed- rss_name - A Name for the RSS/Atom Feed | Adding a RSS/Atom feed to the current channel |
!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 |
!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 |
!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 |
!rss_list | None | List all RSS/Atom feeds for the current Discord channel |
To update your existing installation of Alliance Auth RSS to Discord, first enable your virtual environment (venv) of your Alliance Auth installation.
pip install -U aa-rss-to-discord
python manage.py migrate
Finally, restart your supervisor services for AA.
See CHANGELOG.md
Do you want to help translate this app into your language or improve the existing translation? - Join our team of translators!
Do you want to contribute to this project? That's cool!
Please make sure to read the Contribution Guidelines.
(I promise, it's not much, just some basics)
FAQs
Alliance Auth module to post news from RSS feeds to your Discord
We found that aa-rss-to-discord demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.