Skip to main content

Self-hosted music streaming discord bot

Project description

raudio-bot

This project is a Discord bot written in Python as a client for the Raudio server. At the moment, it just a proof of concept in order to be an example for one of many clients you could build Raudio.

Installation

Install the package, optionally in a virtual environment:

pip install raudio-bot

Create the appropriate configuration files. See Setting your token and Creating a bot configuration below.

Finally, run the bot:

python3 -m raudio_bot

Setting up a development environment

In order to develop for the Raudio bot, first you must obtain a token from Discord for authenticating your bot. You can do this by visiting the Discord Developer Portal and creating an application. From there you can generate a token for the bot.

Downloading the project

Clone the repository with the following:

$ git clone git@github.com:raudio-project/raudio-bot.git
$ cd raudio-bot
$ python3 -m venv venv             # Create a python virtual environment
$ source venv/bin/activate         # Activate the dev environment
$ pip3 install -r requirements.txt # Install dependencies for the project

Setting your token

Now, specify the token by creating a .env file inside of the raudio-bot folder.

echo "BOT_TOKEN=your_token_goes_here" >> .env

Creating a bot configuration

Third, you must create a configuration for the bot. Create a raudio_config.json with the following:

{
    "stream_url": "http://momo.campus.nd.edu:5000/stream",
    "authenticated": [
        
    ]
}

Currently, the stream_url field corresponds to the URL where the raudio server is set to. You may, of course, host your own, but feel free to use the hosted version. This URL is only available to University of Notre Dame students signed into the eduroam network, due to the university firewall.

Running the bot

Now you should be all set up! Simply run the following

$ python3 raudio

License

GPL-3.0

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

raudio-bot-0.1.0rc1.tar.gz (17.1 kB view details)

Uploaded Source

Built Distribution

raudio_bot-0.1.0rc1-py3-none-any.whl (18.3 kB view details)

Uploaded Python 3

File details

Details for the file raudio-bot-0.1.0rc1.tar.gz.

File metadata

  • Download URL: raudio-bot-0.1.0rc1.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for raudio-bot-0.1.0rc1.tar.gz
Algorithm Hash digest
SHA256 8896a45d9fc754525a9b44a098c60838968c22dd82dc6076d44d7f2a46dbd46f
MD5 aa1f29f89715e0ddabbbc37e1f303491
BLAKE2b-256 91d233b94bd408ba03a74305b4ec6098d19db3425850b8f6a6784add4c7bccc4

See more details on using hashes here.

File details

Details for the file raudio_bot-0.1.0rc1-py3-none-any.whl.

File metadata

  • Download URL: raudio_bot-0.1.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for raudio_bot-0.1.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 09180c6ea5c1ac87bdcdbb5aa56ca49562d1b020266ffa8d66295a119aab7558
MD5 8c19336237df64511f3abf15e8cd0733
BLAKE2b-256 36af59deb75017ce90f5dbd850963dec790f8c5c5a115fd07c1de2d85a3dfbc8

See more details on using hashes here.

Supported by

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