Skip to main content

Standalone Twitch + Bancho IRC bot for handling osu! beatmap requests

Project description

Standalone Twitch + Bancho IRC bot for handling osu! beatmap requests.

https://github.com/pmrowla/gumiyabot/actions/workflows/build.yml/badge.svg?branch=master

This package is used in Gumiya and is provided for users that wish to run their own bot instance and customize the bot’s functionality. If you only want a beatmap request bot, but do not need to modify or customize it, you may wish to just use stock Gumiya instead.

License:

MIT

Features

  • Support for linking a single twitch channel and single osu! account

  • Beatmap requests

  • PP info for beatmap requests (requires a Tillerino API key)

Requirements

  • Python 3.7+

  • Twitch IRC OAuth token - note that if you are using the token for your own Twitch account, the bot will connect to Twitch chat using your own account. It is recommended to register a secondary Twitch account for the bot.

  • Bancho (osu!) IRC credentials - note that multiaccounting in osu! is forbidden, and a bannable offense. This includes registering a bot-specific osu! account without explicit permission from osu! staff. Therefore, it is recommended to run the bot under your own osu! account. This will not affect any functionality, you will just receive map requests as in game PMs from yourself.

  • osu! API key

Installation

Via pip

pip install gumiyabot

Alternatively, you can clone the source repository and run the bot module directly

pip install -r requirements.txt
python -m gumiyabot

Running the bot

  1. Generate a new config.ini

    gumiyabot --new-config
  2. Edit config.ini as needed (see configuration section below)

  3. Run the bot

    gumiyabot config.ini

Configuration

See config.ini.example for details on configuration options.

Twitch usage

  • Map requests can be linked in the format <beatmap or mapset URL> +HDDT. The bot accepts beatmap and mapset URLs from both the old and new osu! web sites. PP information is dependent on Tillerino. When mods are used, the bot output will always the display the modified AR, OD and BPM, but displaying modified star rating is dependent on Tillerino. If Tillerino is unavailable, or if Tillerino does not have a calculated PP and difficulty for a certain map + mod combination, the nomod star rating will be used.

  • Player stats can be queried with !stats <player name>

Developing

If you need to extend either of the base plugin classes, there are some things to note beforehand:

  • Your subclass must have an __init__ method. If you do not need to add any custom functionality, it should just call super(MyPluginClass, self).__init__().

  • Any irc3.event or irc3.command decorated method from the base plugin class must be overridden in your subclass. If you want the base plugin’s event or command handling, just call super() from your subclass.

  • For examples, see the Gumiya IRC plugins

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

gumiyabot-1.0.1.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

gumiyabot-1.0.1-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file gumiyabot-1.0.1.tar.gz.

File metadata

  • Download URL: gumiyabot-1.0.1.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for gumiyabot-1.0.1.tar.gz
Algorithm Hash digest
SHA256 5bbcee534079b0b9e6b97d729da56667c55e6e5ace7faaadf7bedc059bb054f2
MD5 cfbe38b7a2055352625ba3673e2cc02c
BLAKE2b-256 c37e2f90ea573354ae2bfa14886be3967cc0c21a15408df4a7cf492eb600630a

See more details on using hashes here.

File details

Details for the file gumiyabot-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: gumiyabot-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for gumiyabot-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e24c6da8ec6b47a99ffa0f662aecace9b0b1d45a8a05fd2b1319ca544e96b366
MD5 3af0ed65586e8080c30750231a0a42c2
BLAKE2b-256 f7e1ec31bb3a3146457a777aa8ddd557f91b7a447e884f68529de0d0011c0f5e

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