Skip to main content

Alliance Auth module to post news from RSS feeds to your Discord

Project description

Alliance Auth RSS to Discord

Version License Python Django pre-commit Code Style: black Discord Checks codecov Contributor Covenant

A simple app to post selected RSS feeds to your Discord.

Contents

Installation

Important: Please make sure you meet all preconditions before you proceed:

  • Alliance Auth RSS to Discord is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (see the official AA installation guide for details)
  • Alliance Auth RSS to Discord needs AA-Discordbot to interact with your Discord server. Make sure it is installed and configured before installing this app.

Step 0.5 - Install AA-Discordbot

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.

Step 1 - Install the Package

Make sure you are in the virtual environment (venv) of your Alliance Auth installation Then install the latest releast directly from PyPi.

pip install aa-rss-to-discord

Step 2 - Configure Alliance Auth

This is fairly simple, just add the following to the INSTALLED_APPS of your local.py

Configure your AA settings (local.py) as follows:

  • Add "aa_rss_to_discord", to INSTALLED_APPS
  • Add the scheduled task
    CELERYBEAT_SCHEDULE["aa_rss_to_discord_fetch_rss"] = {
        "task": "aa_rss_to_discord.tasks.fetch_rss",
        "schedule": crontab(minute="*/5"),
    }
    

Step 3 - Finalize the Installation

Run migrations to finalize the installation

python manage.py migrate

Finally restart your supervisor services for AA.

Step 4 - Configure your RSS Feeds

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.

Discord Bot Commands

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 fedd 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

Updating

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aa-rss-to-discord-1.3.0.tar.gz (28.8 kB view details)

Uploaded Source

Built Distribution

aa_rss_to_discord-1.3.0-py3-none-any.whl (29.1 kB view details)

Uploaded Python 3

File details

Details for the file aa-rss-to-discord-1.3.0.tar.gz.

File metadata

  • Download URL: aa-rss-to-discord-1.3.0.tar.gz
  • Upload date:
  • Size: 28.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for aa-rss-to-discord-1.3.0.tar.gz
Algorithm Hash digest
SHA256 78161fa7b9b4b1b9210e6a554cd980e7321956e11e124f0be61adde9bc051761
MD5 493b5b2390bef4afd1bd221ba8fc6ab8
BLAKE2b-256 986ef1f25757bb86aab227ba05f11ca1aa4cdd1d192ef5408fda75a4fc5f344d

See more details on using hashes here.

File details

Details for the file aa_rss_to_discord-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: aa_rss_to_discord-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 29.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for aa_rss_to_discord-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 84f64f9cd8c9926158b46cea940585ab1ec8bc3e46d653006758cefbab0a715b
MD5 cdee44888f693d5bc3fd2c5717620706
BLAKE2b-256 8478d80aaa58e76b2c29dfcd1207a727a5963c9acf000f485220dd2a336b0dd2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page