{"id":13936663,"url":"https://github.com/YogurtTheHorse/RogueBot","last_synced_at":"2025-07-19T22:31:29.761Z","repository":{"id":77415457,"uuid":"64760980","full_name":"YogurtTheHorse/RogueBot","owner":"YogurtTheHorse","description":"My simple rogue-like game for Telegram","archived":true,"fork":false,"pushed_at":"2020-02-25T16:00:37.000Z","size":1672,"stargazers_count":133,"open_issues_count":40,"forks_count":41,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-08-08T23:24:14.911Z","etag":null,"topics":["bot","game","python","python-3","quest","rogue","roguelike","telegram","text"],"latest_commit_sha":null,"homepage":"https://t.me/rog_bot","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/YogurtTheHorse.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":"2016-08-02T13:52:35.000Z","updated_at":"2024-07-21T21:15:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"17d565fd-d838-4166-970d-cda3e16a272c","html_url":"https://github.com/YogurtTheHorse/RogueBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YogurtTheHorse%2FRogueBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YogurtTheHorse%2FRogueBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YogurtTheHorse%2FRogueBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YogurtTheHorse%2FRogueBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YogurtTheHorse","download_url":"https://codeload.github.com/YogurtTheHorse/RogueBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226686729,"owners_count":17666928,"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":["bot","game","python","python-3","quest","rogue","roguelike","telegram","text"],"created_at":"2024-08-07T23:02:53.742Z","updated_at":"2024-11-27T04:31:18.923Z","avatar_url":"https://github.com/YogurtTheHorse.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Project is not maintained currently and probably won't be in future\n\n# RogueBot \n\n# Requirements\nYou must have Python 3 and running mongo to launch server. Also before launching you have to install requirements via pip3:\n```Bash\npip3 install -r requirements.txt\n```\n\nThan you have to create `config.py`:\n\n```Python\n# Token of your telegram bot\n# (https://core.telegram.org/bots#6-botfather)\nTELEGRAM_TOKEN = '123456789:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw '\n\n# Credtals for logging to vk\nVK_LOGIN = 'bot@bot.ry'\nVK_PASS = 'bot_password'\n\n# List of admins and moders\n# Example: [ '66303244', 'vk1' ]\nADMINS_IDS = [  ]\nMODERS_IDS = ADMINS_IDS + [  ]\n\nDATABASE_PATH = 'db.json'\nUSERS_PATH = 'users'\n```\n\nYou don't have to write vk login and pass, if you wouldn't use it. Same with telegram token.\n\n# Launching\n\nTo launch telegram bot:\n```Bash\npython3 ./main.py\n```\n\nor\n\nTo launch vk bot:\n```Bash\npython3 ./main_vk.py\n```\n\nYou can also build all bot to pyc files (Just for fun):\n```Bash\npython3 ./build.py\ncd build\npython3 main.pyc\n```\n\nThat's it.\n\nYou can write me via Telegram (@yogurtthehorse) or VK.com (vk.com/yogurtthehirse) if you have any questions. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYogurtTheHorse%2FRogueBot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYogurtTheHorse%2FRogueBot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYogurtTheHorse%2FRogueBot/lists"}