{"id":46764693,"url":"https://github.com/onnenon/doob_bot","last_synced_at":"2026-03-09T22:27:55.687Z","repository":{"id":34622815,"uuid":"134044625","full_name":"onnenon/doob_bot","owner":"onnenon","description":"A Raider.io bot for discord","archived":false,"fork":false,"pushed_at":"2025-10-29T01:14:43.000Z","size":2075,"stargazers_count":2,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T03:17:06.416Z","etag":null,"topics":["bot","discord","discord-bot","raiderio","world-of-warcraft"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onnenon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-05-19T08:33:23.000Z","updated_at":"2025-09-08T19:55:01.000Z","dependencies_parsed_at":"2024-11-27T20:23:25.766Z","dependency_job_id":"a52388ee-a943-4016-a177-e1c12df9f70b","html_url":"https://github.com/onnenon/doob_bot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/onnenon/doob_bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onnenon%2Fdoob_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onnenon%2Fdoob_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onnenon%2Fdoob_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onnenon%2Fdoob_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onnenon","download_url":"https://codeload.github.com/onnenon/doob_bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onnenon%2Fdoob_bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","discord","discord-bot","raiderio","world-of-warcraft"],"created_at":"2026-03-09T22:27:55.066Z","updated_at":"2026-03-09T22:27:55.679Z","avatar_url":"https://github.com/onnenon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doob Bot\n\n![checks workflow](https://github.com/onnenon/doob_bot/actions/workflows/main.yml/badge.svg)\n[![Maintainability](https://api.codeclimate.com/v1/badges/673d65713d212728cd2c/maintainability)](https://codeclimate.com/github/onnenon/doob_bot/maintainability)\n\nA simple Raider.io bot for discord\n\n## To add the bot to a Discord server\n\n1. Click this Discord app [link](https://discordapp.com/oauth2/authorize?client_id=447202191909060613\u0026scope=bot)\n2. Choose the discord server where you would like to add the bot.\n3. Type a command in a text channel.\n\n## Bot Commands\n\n**Replace any spaces in realm names with an underscore** _(ie. shattered hand becomes shattered_hand)_\n\n### All commands require a character name and realm name. If no region is given the Bot will default to US\n\n| Command                                      | Description                                                |\n| -------------------------------------------- | ---------------------------------------------------------- |\n| `#info \u003ccharacter\u003e \u003crealm_name\u003e \u003cregion\u003e`    | Basic info about character.                                |\n| `#ioscore \u003ccharacter\u003e \u003crealm_name\u003e \u003cregion\u003e` | The Raider.io score of a character.                        |\n| `#highest \u003ccharacter\u003e \u003crealm_name\u003e \u003cregion\u003e` | Three highest mythic dungeons completed by character.      |\n| `#best \u003ccharacter\u003e \u003crealm_name\u003e \u003cregion\u003e`    | Three best scoring mythic dungeons completed by character. |\n\n## Screenshots\n\n### #ioscore command\n\n![ioscore screenshot](media/ioscore_screen.png)\n\n#### #info command\n\n![info command](media/info_screen.png)\n\n## To set up your own version of the bot\n\n- clone the project: `git clone https://github.com/onnenon/doob_bot.git`\n\n- cd into the project directory and create a virtual environment: `python3 -m venv env`\n\n- copy the env_example environment file: `cp env_example.env .env`\n\n- edit your .env file to have your unique bot token. (_get a bot token by following this [wiki](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-\u0026-getting-a-token)_)\n\n- source your .env file to activate your virtual environment, install requirements, and set your BOT_TOKEN as an environment variable: `source .env`\n\n- add the bot to your discord server by going to your unique client ID link: `https://discordapp.com/oauth2/authorize?client_id=\u003cyour_client_id\u003e\u0026scope=bot`\n\n- run the app: `python3 doob_bot/__init__.py` _(as long as the process remains running the bot will be online)_\n\n_created by Stephen Onnen July 2018_\n_updated August 2019_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonnenon%2Fdoob_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonnenon%2Fdoob_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonnenon%2Fdoob_bot/lists"}