{"id":19035492,"url":"https://github.com/lostdou/game-randomizer-bot","last_synced_at":"2026-05-06T10:36:44.840Z","repository":{"id":249372561,"uuid":"831332933","full_name":"Lostdou/Game-Randomizer-Bot","owner":"Lostdou","description":"Randomizador de mensajes para discord (yo lo uso para juegos) / Message randomizer for discord (I use it for games)","archived":false,"fork":false,"pushed_at":"2024-07-20T09:09:52.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T05:44:20.252Z","etag":null,"topics":["discord","discord-bot","discord-py","python","random"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lostdou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-20T08:47:42.000Z","updated_at":"2024-07-20T09:18:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"b85d7f3d-a2ea-4782-bd7c-34d54ee363c6","html_url":"https://github.com/Lostdou/Game-Randomizer-Bot","commit_stats":null,"previous_names":["lostdou/game-randomizer-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lostdou/Game-Randomizer-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lostdou%2FGame-Randomizer-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lostdou%2FGame-Randomizer-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lostdou%2FGame-Randomizer-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lostdou%2FGame-Randomizer-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lostdou","download_url":"https://codeload.github.com/Lostdou/Game-Randomizer-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lostdou%2FGame-Randomizer-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32689356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"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":["discord","discord-bot","discord-py","python","random"],"created_at":"2024-11-08T21:50:56.774Z","updated_at":"2026-05-06T10:36:44.823Z","avatar_url":"https://github.com/Lostdou.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Game Randomizer Bot 🤖🎶\n\n![image](https://github.com/user-attachments/assets/997efa7c-3dcb-4e50-973f-d0795045b2f5)\n\n- Script made by: Lostdou\n- Script hecho por: Lostdou\n\n## 📚 Description/Descripción\n\n### EN:\n- I use this bot to randomize games in a discord channel full of them, but in essence it is a message randomizer\n\n### ES:\n- Yo uso este bot para randomizar juegos en un canal de discord llenos de ellos, pero en esencia es un randomizador de mensajes\n\n## 📋 Features/Caracteristicas\n\n### EN:\n- Simply type \"r!randomize\" and voila, it will choose a random message in the channel. Although it does not have any type of filter, so I do not rule out that you can choose your own messages\n\n### ES:\n- Simplemente escribe \"r!randomize\" y listo, elegira un mensaje random en el canal. Aunque no tiene ningun tipo de filtro, asi que no descarto que pueda elegir sus propios mensajes\n\n## ⚙️ Installation/Instalación\n### EN:\nIn order to start this bot, follow the steps below:\n\n1- Clone the repository:\n```bash\ngit clone https://github.com/Lostdou/Game-Randomizer-Bot.git\n```\n\n2- Install dependencies:\n```bash\npip3 install python-dotenv\npip3 install discord.py\n```\n3- Create a \".env\" file in the same folder where you cloned the script and enter your app's token there\n\nIt should look something like this:\n\n![image](https://github.com/user-attachments/assets/289d1183-15c4-487d-92b9-248bbd1597c8)\n\n4- Now simply enter your bot to your server, run the script and that's it\n```bash\npython -m main.py\n```\n\n### ES:\nPara poder iniciar este bot, sigue los pasos a continuación:\n\n1-  Clona el repositorio:\n```bash\ngit clone https://github.com/Lostdou/Game-Randomizer-Bot.git\n```\n\n2- Instala dependencias:\n```bash\npip3 install python-dotenv\npip3 install discord.py\n```\n3- Crea un archivo \".env\" en la misma carpeta donde clonaste el script e ingresa ahi el token de tu app\n\nSe deberia ver algo asi:\n\n![image](https://github.com/user-attachments/assets/d764504b-3906-4e00-999d-4ee2accb1b82)\n\n4- Ahora simplemente ingresa tu bot a tu server, ejecuta el script y ya está\n```bash\npython -m main.py\n```\n\n## 🤖 Used Libraries/Librerias usadas\n\n- os\n- random\n- typing\n- dotenv\n- discord.ext.commands\n- discord\n- asyncio\n\n## 📝 Details/Detalles\n### EN:\nI mean, it is not a very complex project. Although capable, it serves as a basis to understand how the commands, events and settings of a Discord bot work.\n\n### ES:\nO sea, no es un proyecto muy complejo. Aunque capaz sirve de base para entender como funcionan los comandos, los eventos y el seteo de un bot de discord.\n\n## ❓ Doubts/Dudas\n\n### EN:\nYou can send me your questions about the bot, how to make it work, etc. to my Discord: lostdou\n\n### ES:\nPuedes enviarme tus preguntas sobre el bot, cómo hacerlo funcionar, etc. a mi Discord: lostdou\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostdou%2Fgame-randomizer-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostdou%2Fgame-randomizer-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostdou%2Fgame-randomizer-bot/lists"}