{"id":21069011,"url":"https://github.com/tsabelmann/cthulhubot","last_synced_at":"2026-04-27T15:32:52.537Z","repository":{"id":132849316,"uuid":"317846758","full_name":"tsabelmann/cthulhubot","owner":"tsabelmann","description":"An interactive discord bot that allows throwing dice according to the pen and paper game Cthulhu.","archived":false,"fork":false,"pushed_at":"2023-11-27T18:45:55.000Z","size":249,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T13:26:37.268Z","etag":null,"topics":["chaos","cthulhu","cthulhu-mythos","dice","dice-roller","dice-rolling","dice-rolling-application","discord","discord-bot","poetry","python","python3","tabletop-rpgs","ttrpg"],"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/tsabelmann.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}},"created_at":"2020-12-02T11:54:08.000Z","updated_at":"2023-11-23T12:11:21.000Z","dependencies_parsed_at":"2024-11-19T18:40:58.590Z","dependency_job_id":"e85117c0-8187-4d14-a8b2-6c41ad8b4900","html_url":"https://github.com/tsabelmann/cthulhubot","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/tsabelmann/cthulhubot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsabelmann%2Fcthulhubot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsabelmann%2Fcthulhubot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsabelmann%2Fcthulhubot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsabelmann%2Fcthulhubot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsabelmann","download_url":"https://codeload.github.com/tsabelmann/cthulhubot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsabelmann%2Fcthulhubot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32343357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chaos","cthulhu","cthulhu-mythos","dice","dice-roller","dice-rolling","dice-rolling-application","discord","discord-bot","poetry","python","python3","tabletop-rpgs","ttrpg"],"created_at":"2024-11-19T18:30:23.766Z","updated_at":"2026-04-27T15:32:52.496Z","avatar_url":"https://github.com/tsabelmann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cthulhu Discord Bot\nAn interactive discord bot that allows convenient commands for dice throwing considering the pen and paper game **Cthulhu**.\n\n## Installation\n\n1. ```bash\n   git clone https://github.com/tsabelmann/cthulhu_discord_bot\n   ```\n2. ```bash\n   cd cthulhu_discord_bot\n   ```\n3. ```bash\n   poetry install\n   ```\n4. ```bash\n   echo \"export DISCORD_TOKEN=YOUR_TOKEN\" \u003e .env\n   ```\n5. ```bash\n   poetry run cthulhu\n   ```\n\n## Usage\nThe **Cthulhu** discord bot provides two commands: **#roll** and **#probe**. The **#roll** command allows the throwing of dice and the subsequent summation and addition of optional values. The **#probe** command allows the check of ones *ability* against **one** thrown \u003cu\u003ed100\u003c/u\u003e with *additional* **bonus** or **malus** dice.\n\n## Dice Syntax\n\nA regular die is specified be the *amount* of dice you want to throw and the *dice eyes*. The most common dice eyes are **100**, **20**, **12**, **10**, **8**, **6**, **4**, and **3**.\n\n### Examples\n\n- `1d100`\n- `2D100`\n- `1w20`\n- `3W10`\n- `1d8`\n- `6D6`\n- `1W4`\n- `2w3`\n\n### Disclaimer\nThe letters **w** and **W** can be used as a shortcut, because the german word for die or dice is Würfel.\n\n## Value Syntax\n\nValues to be added to the final sum consists of a *sign*, and a *value* part.\n\n### Examples\n\n- `+2`\n- `-3`\n\n## Examples\n\n- `#roll 1d100`\n- `#roll 2d100 1d10 1d8 1d6 1d4 1d3`\n- `#roll 1d20 +3`\n- `#roll 1d20 +1+2+3`\n- `#roll 1 + 1d20 +2+2d6 +1 +  7+1d8`\n- `#probe 50 \\\\ neither bonus nor malus is applied`\n- `#probe 50 b 1`\n- `#probe 50 B 1`\n- `#probe 50 bonus 1`\n- `#probe 50 m 1`\n- `#probe 50 M 1`\n- `#probe 50 malus 1`\n- `#probe 50b1`\n- `#probe 50B1`\n- `#probe 50 b1`\n- `#probe 50B 1`\n- `#probe 50 BOnUs 1`\n- `#probe 50m1`\n- `#probe 50M1`\n- `#probe 50 m1`\n- `#probe 50M 1`\n- `#probe 50 MAlUs 1`\n\n## Acknowledgement\n\nThe bot is currently only available if one executes it on the fly. It is not containerized at the moment. Furthermore, the installation requires `Poetry`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsabelmann%2Fcthulhubot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsabelmann%2Fcthulhubot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsabelmann%2Fcthulhubot/lists"}