{"id":20136911,"url":"https://github.com/ath31st/code_redeemer_for_time_princess_bot","last_synced_at":"2026-04-11T00:56:14.747Z","repository":{"id":183087237,"uuid":"669498964","full_name":"ath31st/code_redeemer_for_time_princess_bot","owner":"ath31st","description":"Bot for mass activation of promo codes for accounts from the game Time Princess","archived":false,"fork":false,"pushed_at":"2023-12-15T19:56:55.000Z","size":401,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T09:45:29.914Z","etag":null,"topics":["java","maven","spring-boot","sqlite","telegram","telegrambots"],"latest_commit_sha":null,"homepage":"","language":"Java","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/ath31st.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":"2023-07-22T13:29:06.000Z","updated_at":"2024-06-02T20:39:21.000Z","dependencies_parsed_at":"2023-12-15T21:15:53.183Z","dependency_job_id":"2ac31fa9-69d1-4b5f-a881-3adfb727aca1","html_url":"https://github.com/ath31st/code_redeemer_for_time_princess_bot","commit_stats":null,"previous_names":["ath31st/code_redeemer_for_time_princess_bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ath31st%2Fcode_redeemer_for_time_princess_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ath31st%2Fcode_redeemer_for_time_princess_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ath31st%2Fcode_redeemer_for_time_princess_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ath31st%2Fcode_redeemer_for_time_princess_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ath31st","download_url":"https://codeload.github.com/ath31st/code_redeemer_for_time_princess_bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582522,"owners_count":19985846,"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":["java","maven","spring-boot","sqlite","telegram","telegrambots"],"created_at":"2024-11-13T21:23:34.292Z","updated_at":"2025-12-31T01:03:57.827Z","avatar_url":"https://github.com/ath31st.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code redeemer for mobile game \"Time Princess\"\n\n![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white)\n![Spring](https://img.shields.io/badge/Spring-6DB33F?style=for-the-badge\u0026logo=spring\u0026logoColor=white)\n![Hibernate](https://img.shields.io/badge/Hibernate-59666C?style=for-the-badge\u0026logo=Hibernate\u0026logoColor=white)\n![SonarLint](https://img.shields.io/badge/SonarLint-CB2029?style=for-the-badge\u0026logo=sonarlint\u0026logoColor=white)\n\n## Что умеет\n\nДанный бот предназначен для удобной активации промокодов сразу на группу игроков для игры \"Time\nPrincess\"\n\n## Список команд\n\n/menu - служит для вызова меню\u003c/br\u003e\n\n## Примеры работы\n\nМеню:\u003c/br\u003e\n![image info](images/menu.jpg)\u003c/br\u003e\nВвод IGG ID:\u003c/br\u003e\n![image info](images/input_id.jpg)\u003c/br\u003e\nНеправильный ввод IGG ID:\u003c/br\u003e\n![image info](images/wrong_input_id.jpg)\u003c/br\u003e\nСписок IGG ID из базы данных:\u003c/br\u003e\n![image info](images/list_ids.jpg)\u003c/br\u003e\n\n## Как запустить\n\nПеред тем как использовать скрипты, не забудьте заменить их параметры на свои данные (имя и токен\nбота, id телеграм-чатов, которые будут иметь доступ к администраторским функциям (id перечисляются\nчерез запятую, без пробелов))\nНа windows:\n\n```shell\ngit clone https://github.com/ath31st/code_redeemer_for_time_princess_bot\ncd code_redeemer_for_time_princess_bot\n.\\mvnw package\ncd target\nNew-Item white_set_id.properties\nSet-Content -Path .\\white_set_id.properties -Value idSet=YOUR_TELEGRAM_CHAT_ID\njava -jar .\\redeemer-{version}.jar --telegram.bot.name=YOUR_BOT_NAME --telegram.bot.token=YOUR_BOT_TOKEN\n```\n\nНа linux:\n\n```bash\ngit clone https://github.com/ath31st/code_redeemer_for_time_princess_bot\ncd code_redeemer_for_time_princess_bot\nmvn package\ncd target\ntouch white_set_id.properties\necho \"idSet=YOUR_TELEGRAM_CHAT_ID\" \u003e white_set_id.properties\njava -jar .\\redeemer-{version}.jar --telegram.bot.name=YOUR_BOT_NAME --telegram.bot.token=YOUR_BOT_TOKEN\n```\n\n## Technologies used\n\nVersions:\n\n- Application version: 0.9.1\n- Java: 17\u003c/br\u003e\n- Spring Boot: 2.7.12\u003c/br\u003e\n- Telegrambots: 6.7.0\u003c/br\u003e\n- SQLite version: 3.42.0.0\u003c/br\u003e\n- Maven: 3.8.6\u003c/br\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fath31st%2Fcode_redeemer_for_time_princess_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fath31st%2Fcode_redeemer_for_time_princess_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fath31st%2Fcode_redeemer_for_time_princess_bot/lists"}