{"id":13988968,"url":"https://github.com/muhammedfurkan/TelethonUserBot","last_synced_at":"2025-07-22T10:30:44.928Z","repository":{"id":46828529,"uuid":"320082004","full_name":"muhammedfurkan/TelethonUserBot","owner":"muhammedfurkan","description":"Modular Telegram UserBot. Fully MongoDB supported.","archived":false,"fork":false,"pushed_at":"2023-10-16T20:56:36.000Z","size":888,"stargazers_count":29,"open_issues_count":0,"forks_count":31,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-29T07:37:07.980Z","etag":null,"topics":["downloader","mongodb","telegram-bot","telethon","telethon-userbot","unrar","untar","unzip","upload","userbot","youtube-dl"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muhammedfurkan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-12-09T21:18:21.000Z","updated_at":"2024-07-31T19:16:34.000Z","dependencies_parsed_at":"2024-01-15T16:52:39.457Z","dependency_job_id":null,"html_url":"https://github.com/muhammedfurkan/TelethonUserBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muhammedfurkan/TelethonUserBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedfurkan%2FTelethonUserBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedfurkan%2FTelethonUserBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedfurkan%2FTelethonUserBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedfurkan%2FTelethonUserBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhammedfurkan","download_url":"https://codeload.github.com/muhammedfurkan/TelethonUserBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedfurkan%2FTelethonUserBot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266474894,"owners_count":23934828,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["downloader","mongodb","telegram-bot","telethon","telethon-userbot","unrar","untar","unzip","upload","userbot","youtube-dl"],"created_at":"2024-08-09T13:01:27.451Z","updated_at":"2025-07-22T10:30:44.519Z","avatar_url":"https://github.com/muhammedfurkan.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"## INFO\n\nThis userbot working on properly Railway.app !\n\n## TelegramUserBot ❤️️\n\n[![Sourcery](https://img.shields.io/badge/Sourcery-enabled-brightgreen)](https://sourcery.ai)\n\n|Deploy To Heroku|  Gitpod Online|\n|--|--|\n| [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/muhammedfurkan/TelethonUserBot) | [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/mmuhammedfurkan/TelethonUserBot) |\n\n### DeepSource\n\n\n[![DeepSource](https://deepsource.io/gh/muhammedfurkan/TelethonUserBot.svg/?label=active+issues\u0026show_trend=true)](https://deepsource.io/gh/muhammedfurkan/TelethonUserBot/?ref=repository-badge)\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[![DeepSource](https://deepsource.io/gh/muhammedfurkan/TelethonUserBot.svg/?label=resolved+issues\u0026show_trend=true)](https://deepsource.io/gh/muhammedfurkan/TelethonUserBot/?ref=repository-badge)\n\n\n### Setting Up Locally 👇🏻\n\n - Fill in the required fields in **\"sample_config.py\"**\n - Install the required libraries with **requirements.txt**.\n( `pip3 install -r requirements.txt` )\n\n - And then start the bot. ( `python3 -m userbot` )\n - If you did it correctly, the bot will run successfully.\n\n\n### Create String Session\n\n[![Run on Repl.it](https://repl.it/badge/github/jasonalantolbert/replit-badger)](https://repl.it/@furki/telegram-session)\n\n### Example Plugin\n\n  ```python\n  from  datetime  import  datetime\nfrom userbot import bot\nfrom userbot.util import admin_cmd\n\n@bot.on(admin_cmd(pattern=\"ping\"))\nasync def ping(event):\n\tstart  =  datetime.now()\n\tawait  event.edit(\"Pong!\")\n\tend  =  datetime.now()\n\tms  = (end  -  start).microseconds  /  1000\n\tawait  event.edit(\"Pong!\\n`{}`\".format(ms))\n```\n\n### Contact ✍️\nIf you run into any problems, feel free to let me know. You can contact me using [this link](https://t.me/By_Azade).\n\n### License ⚠️\n-   Copyright (C) 2020 by  [M.Furkan](https://github.com/Muhammedfurkan)  ❤️️\n-   Licensed under the terms of the  [Mozilla Public License 2.0](https://github.com/muhammedfurkan/TelethonUserBot/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedfurkan%2FTelethonUserBot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammedfurkan%2FTelethonUserBot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedfurkan%2FTelethonUserBot/lists"}