{"id":20664150,"url":"https://github.com/sync1211/tr3-vr-bot","last_synced_at":"2025-03-10T09:42:41.114Z","repository":{"id":181468530,"uuid":"370339884","full_name":"sync1211/TR3-VR-Bot","owner":"sync1211","description":"A Discord re-creation of TR3-VR from the Destiny2 mission \"Zero Hour\".","archived":false,"fork":false,"pushed_at":"2021-08-03T17:58:28.000Z","size":60080,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T12:35:44.777Z","etag":null,"topics":["destiny2","discord-bot","halloween"],"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/sync1211.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}},"created_at":"2021-05-24T12:12:14.000Z","updated_at":"2021-08-03T17:58:32.000Z","dependencies_parsed_at":"2023-07-15T18:55:00.592Z","dependency_job_id":null,"html_url":"https://github.com/sync1211/TR3-VR-Bot","commit_stats":null,"previous_names":["sync1211/tr3-vr-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sync1211%2FTR3-VR-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sync1211%2FTR3-VR-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sync1211%2FTR3-VR-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sync1211%2FTR3-VR-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sync1211","download_url":"https://codeload.github.com/sync1211/TR3-VR-Bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242826149,"owners_count":20191534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["destiny2","discord-bot","halloween"],"created_at":"2024-11-16T19:22:34.284Z","updated_at":"2025-03-10T09:42:41.083Z","avatar_url":"https://github.com/sync1211.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TR3-VR Bot\n\nA Discord re-creation of TR3-VR from the Destiny2 mission \"Zero Hour\".\n\nThis bot \"walks\" through channels, plays sounds and randomly kicks users from channels.\n\n\n\nThis bot is intended as a joke and was created in a hurry for our server's Halloween event. Please excuse the messy code.\n\n\n## Requirements\n* Python 3.6.0+\n* aiohttp\n* discord.py (\u003e=1.6)\n* pyopenssl\n* requests\n\n## Installation\n\nClone this repository and proceed to install the required packages using your preferred method.\n\n##### With Pipenv\n```bash\npipenv install\n```\n\n##### With Pip\n```bash\npip install -r Requirements.txt\n```\n\n## Updating\n\n##### With Pipenv\n```bash\ngit pull\npipenv update\n```\n\n##### With Pip\n\n```bash\ngit pull\npip install --upgrade -r Requirements.txt\n```\n\n## Setup\nTo set up the bot, paste your token into the `TOKEN` variable in `main.py`\n\n## Running the bot\n\n##### Linux \u0026 OSX\n```bash\n./run.sh\n```\n\n##### Windows\n```cmd\nrun.bat\n```\n(or simply double-click run.bat)\n\n\n### Additional arguments\n* `--allow-root`: Enabled the bot to be run as the `root` user on Linux. (Not recommended!)\n\n\n## Configuring the bot\n\nThe bot will create a new configuration file within the `config` folder on first boot.\nThis file will look like this:\n\n```json\n{\n    \"global\": {\n        \"kill_enabled\": false\n    }\n}\n```\n\nTo add settings for a specific server, add another entry to the config file:\n\n```json\n{\n    \"global\": {\n        \"kill_enabled\": false\n    },\n    \"\u003cYOUR SERVER ID HERE\u003e\": {\n        \"kill_enabled\": true\n    }\n}\n```\n\n\n## Adding the bot to your server\n\nThe bot will display an invite link in your terminal once the bot is ready to receive commands.\n\n\n## Usage in Discord\n\n* `startWalking`: Makes the bot \"walk\" through channels\n* `stopWalking`: Stops the bot from \"walking\" through channels \n* `restartWalking`:  Restarts the \"walking\" process (in case it gets stuck on something)\n\n## Adding more sounds\n\nTo add more sounds to the bot, simply put them into one of the folders in `res/Sounds`.\n\n## Credits \u0026 Copyright\n\n* All TR3-VR sounds belong to Bungie Inc.\n* Additional kick sounds added by Sync1211, Surrendercat and Butterbauch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsync1211%2Ftr3-vr-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsync1211%2Ftr3-vr-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsync1211%2Ftr3-vr-bot/lists"}