{"id":28498867,"url":"https://github.com/deep-assistant/telegram-bot","last_synced_at":"2025-06-17T06:39:07.784Z","repository":{"id":242201976,"uuid":"802573970","full_name":"deep-assistant/telegram-bot","owner":"deep-assistant","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-28T20:51:09.000Z","size":531,"stargazers_count":6,"open_issues_count":38,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T14:06:45.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deep-assistant.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,"zenodo":null}},"created_at":"2024-05-18T17:16:40.000Z","updated_at":"2025-05-28T20:51:12.000Z","dependencies_parsed_at":"2024-06-01T10:37:35.222Z","dependency_job_id":"edc0b06a-c9cc-40d3-ad71-762fcb60c813","html_url":"https://github.com/deep-assistant/telegram-bot","commit_stats":null,"previous_names":["grigoriy-grisha/chatgpt-telegram-bot","deep-foundation/deep-gpt","deep-assistant/deep-gpt","deep-assistant/telegram-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deep-assistant/telegram-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-assistant%2Ftelegram-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-assistant%2Ftelegram-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-assistant%2Ftelegram-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-assistant%2Ftelegram-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deep-assistant","download_url":"https://codeload.github.com/deep-assistant/telegram-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-assistant%2Ftelegram-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260308463,"owners_count":22989812,"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":[],"created_at":"2025-06-08T14:06:40.034Z","updated_at":"2025-06-17T06:39:07.776Z","avatar_url":"https://github.com/deep-assistant.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bot startup ([русская версия](readme.ru.md))\n\n0. Install dependencies:\n```sh\npip3 install -r requirements.txt\n```\n1. Get a token from https://t.me/BotFather\n2. Create config.py (be careful not to upload tokens to github)\n\n```\ncp config.example.py config.py\n```\n\n3. Specify require tokens and set specific settings:\n```python\nTOKEN = \"\" # Token from @BotFather\nANALYTICS_URL = \"https://6651b4300001d.tgrasp.co\"\nPROXY_URL = \"https://api.deep-foundation.tech\"\nADMIN_TOKEN = \"\" # Admin token for api.deep-foundation.tech\nKEY_DEEPINFRA = \"\"\nIS_DEV = True\nPAYMENTS_TOKEN = \"\"\nGO_API_KEY = \"\"\nGUO_GUO_KEY = \"\"\nWEBHOOK_ENABLED = False  # or False to use polling\nWEBHOOK_URL = \"https://your.domain.com/webhook\"\nWEBHOOK_PATH = \"/webhook\"\nWEBHOOK_HOST = \"0.0.0.0\"\nWEBHOOK_PORT = 3000\n```\n4. Start the bot\n```sh\npython3 __main__.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep-assistant%2Ftelegram-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeep-assistant%2Ftelegram-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep-assistant%2Ftelegram-bot/lists"}