{"id":17017361,"url":"https://github.com/kourva/ctrlbot","last_synced_at":"2025-04-12T09:31:57.746Z","repository":{"id":208812467,"uuid":"722547178","full_name":"Kourva/CtrlBot","owner":"Kourva","description":"Rich feature group guard bot for Telegram groups \u0026 supergroups","archived":false,"fork":false,"pushed_at":"2024-08-28T15:59:16.000Z","size":99,"stargazers_count":8,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T04:51:07.493Z","etag":null,"topics":["group-assignment","group-management-bot","py-telegram-bot-api","python3","telegram-bot","telegrambot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kourva.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,"publiccode":null,"codemeta":null}},"created_at":"2023-11-23T11:37:20.000Z","updated_at":"2025-03-05T06:36:59.000Z","dependencies_parsed_at":"2024-08-22T00:47:28.988Z","dependency_job_id":"11bca9a1-3ea8-425a-879e-77de94fba666","html_url":"https://github.com/Kourva/CtrlBot","commit_stats":null,"previous_names":["kourva/ctrlbot","kozyol/ctrlbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FCtrlBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FCtrlBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FCtrlBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FCtrlBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kourva","download_url":"https://codeload.github.com/Kourva/CtrlBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248546133,"owners_count":21122257,"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":["group-assignment","group-management-bot","py-telegram-bot-api","python3","telegram-bot","telegrambot"],"created_at":"2024-10-14T06:36:26.506Z","updated_at":"2025-04-12T09:31:57.501Z","avatar_url":"https://github.com/Kourva.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv\u003e\n    \u003cimg align=\"left\" src=\"https://github.com/Kourva/CtrlBot/assets/118578799/406e0dba-c5f4-486d-b7a4-9b586e009a38\" width=140 /\u003e\n    \u003ch3 align=\"center\"\u003eCtrlBot\u003c/h3\u003e \n    \u003cp align=\"center\"\u003eRich feature group guard bot for Telegram groups \u0026amp; supergroups\u003c/p\u003e\n\u003c/div\u003e\n\n```plaintext\nI will help you to manage your group. I have many commands and features...\n```\n\n# Installation\nFirst of all, you need to install few thing on your machine\n+ `Python`: This bot is coded in pyhon language, so you need to install it before using the bot.\n+ `Pip`: You need to install some libraries for this poject, so you need pip also.\n+ `Git`: You need git to clone this repository. (this is **optional**: you can download ziped source file)\n1. **Clone the repository**\n```bash\ngit clone https://github.com/Kourva/CtrlBot\n```\n2. **Navigate to source directory**\n```bash\ncd CtrlBot\n```\n3. **Install requirements**\n```bash\npip install -r requirements.txt\n```\nOK now you have one step to go. you need to config some variables before running bot...\n\n# Configuration\nOpen `setting.py` with any editor you like and edit these sections:\n+ **Token**: Set your bot token. Get one from [BotFather](https://t.me/BotFather)\n```python\n31 # Token for bot token. somthing like this: 1234567890:AABBCCDDEEFFGGHHIIIJJMMLLSS\n32 TOKEN: str = \"Bot Token\"\n```\n+ **Sponsor Group**: Set the sponser group for admins, they are required to join before using bot:\n```python\n34 # Support or sponsor group ID\n35 GROUP: str = \"@Sponsor group username\"\n```\n\u003e This option is disabled by default. you need to enable it (See [**WIKI**](https://github.com/Kourva/CtrlBot/wiki) section below)\n+ **Support**: All errors will be sent to the admin of bot, set the ID of admin or yourself:\n```python\n37 # Chat-ID of support admin to send errors \n38 SUPPORT: int = 1234567890\n```\n+ **Share Text**: This is needed when you want to share your bot to friend using forward.\n```python\n46 # Share LINK \u0026 TEXT used to share bot\n47 SHARE_TEXT: str = \"t.me/BotUsername\"\n48 SHARE_LINK: str = (\n49     f\"\\n💥 Powerful \u0026 Free group guard bot for groups and super-groups!\"\n50     f\"\\n\\n👾 Start now and enjoy\"\n51 )\n```\nNow we are ready to launch our bot:\n```python\npython main.py\n```\n\n# Want to know more?\nVisit **[Wiki](https://github.com/Kourva/CtrlBot/wiki)** page for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fctrlbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkourva%2Fctrlbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fctrlbot/lists"}