{"id":19570013,"url":"https://github.com/dxbang/bangbot","last_synced_at":"2026-05-27T16:32:24.576Z","repository":{"id":223457943,"uuid":"757835687","full_name":"DxBang/bangbot","owner":"DxBang","description":"Bang Discord Bot","archived":false,"fork":false,"pushed_at":"2024-03-30T11:05:46.000Z","size":1888,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-31T08:36:20.157Z","etag":null,"topics":["assetto","assetto-corsa-competizione","assetto-corsa-competizione-server","chat","discord-bot","discord-py","event","leaderboard","race-results","sim-racing","simracing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DxBang.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}},"created_at":"2024-02-15T04:44:28.000Z","updated_at":"2024-04-15T00:28:05.086Z","dependencies_parsed_at":"2024-03-12T10:30:39.902Z","dependency_job_id":"343d600f-3450-4111-b837-2ae434183bf0","html_url":"https://github.com/DxBang/bangbot","commit_stats":null,"previous_names":["dxbang/bangbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DxBang/bangbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DxBang%2Fbangbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DxBang%2Fbangbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DxBang%2Fbangbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DxBang%2Fbangbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DxBang","download_url":"https://codeload.github.com/DxBang/bangbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DxBang%2Fbangbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33575511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["assetto","assetto-corsa-competizione","assetto-corsa-competizione-server","chat","discord-bot","discord-py","event","leaderboard","race-results","sim-racing","simracing"],"created_at":"2024-11-11T06:13:12.029Z","updated_at":"2026-05-27T16:32:24.557Z","avatar_url":"https://github.com/DxBang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bang Bot\n_Discord Race Bot for Assetto Corsa Competizione_\n\n![Danish eMotorsport Series](image/dems2024-logo-wht.png?raw=true \"Danish eMotorsport Series\")\n\n\n\n\n## Installation\n1. Install Python 3.10 or higher\n2. Setup the virtual environment using `python -m venv .venv`\n3. Activate the virtual enviroment using `source .venv/bin/activate` or `.venv\\Scripts\\Activate.ps1`\n4. Install the required packages using `pip install -r requirements.txt`\n5. Create a `.env` file in the root directory and add the following:\n```.env\nDISCORD_TOKEN=\u003cyour_discord_bot_token\u003e\n```\n\n### Install on Linux as Service\n1. Modified `bangbot.service` to match your installation.\n2. cp `bangbot.service` to `/etc/systemd/system`\n3. run `sudo systemctl daemon-reload`\n4. run `sudo systemctl enable bangbot.service`\n5. run `service bangbot restart`\n\n## Configuration\nThe bot is configured using the `config.json` file. The file is structured as follows:\n```json\n{\n\t\"prefix\": [\n\t\t\"!\",\n\t\t\".\"\n\t]\n}\n```\n\nEnable the extensions by adding the file name to the `extensions` list in the `config.json` file. _(Hint: added ! before the extension name to indicate that it is disabled without removing it from the config.)_\n```json\n{\n\t\"extensions\": [\n\t\t\"bang.systems\",\n\t\t\"bang.acc-race\",\n\t\t\"bang.event\",\n\t\t\"bang.help\",\n\t\t\"!bang.poll\"\n\t]\n}\n```\n\n### Guild Configuration\nCopy the `_default_.json` from `guild` and rename it to the guild id of the server. Modify the settings as you please.\n\n\n## Usage\nRun the bot using (on Linux):\n```shell\nsource .venv/bin/activate\npy bot.py\ndeactivate\n```\n\nand on Windows:\n```shell\n.venv\\Scripts\\Activate.ps1\npy bot.py\ndeactivate\n```\n\n## Features\nBesides the basic (ping, welcome message etc.) features, the bot has the following features:\n\n### Assetto Corsa Competizione @ G-Portal or Nitrado.\n`/practice [date]` - Get the practice results with the lap times and laps of the session.  \n`/qualify [date]` - Get the qualify results with the lap times and laps of the session.  \n`/race [date]` - Get the race results of the session and the final standings as well as the fastest lap and penalties.  \n\n\n### Event with Signup\n```txt\n/event Title of the event\n\nLots of text for the description of the event.\n```\nThis will create an embed with 3 colums for Going, Maybe, \u0026 Decline where people can click on the reaction emojies to place their choice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxbang%2Fbangbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxbang%2Fbangbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxbang%2Fbangbot/lists"}