{"id":18713324,"url":"https://github.com/mirkobrombin/pybotgram","last_synced_at":"2025-11-09T23:30:20.383Z","repository":{"id":126124499,"uuid":"204527766","full_name":"mirkobrombin/pybotgram","owner":"mirkobrombin","description":"Telegram bot template in python-telegram-bot","archived":false,"fork":false,"pushed_at":"2020-12-18T07:17:03.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T08:43:12.440Z","etag":null,"topics":["python-telegram-bot","telegram"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mirkobrombin.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":"2019-08-26T17:34:10.000Z","updated_at":"2020-12-18T07:17:05.000Z","dependencies_parsed_at":"2023-07-09T05:15:53.545Z","dependency_job_id":null,"html_url":"https://github.com/mirkobrombin/pybotgram","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/mirkobrombin%2Fpybotgram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Fpybotgram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Fpybotgram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Fpybotgram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirkobrombin","download_url":"https://codeload.github.com/mirkobrombin/pybotgram/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239576790,"owners_count":19662114,"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":["python-telegram-bot","telegram"],"created_at":"2024-11-07T12:47:57.783Z","updated_at":"2025-11-09T23:30:20.335Z","avatar_url":"https://github.com/mirkobrombin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pybotgram\nTelegram bot template in python-telegram-bot\n\n## Start from here\n* Clone this repo\n* Edit bot_token in configs.telegram\n* Install python-telegram-bot\n```pip install python-telegram-bot```\n* run your bot\n```python run.py```\n\n## Add new commands\n* create new file with your command name in commands directory with start or say as template\n* add to commands/__init__\n* add to run with dp.add_handler(..)\n\n## Add new dialog\n* create new file in dialogs directory with hello as template\n* add to dialogs/__init__\n* add to dialogs/handler\n\n## Utils?\nIn utils there are commonly used functions, mainly tools and dummy functions.  \n\n### Dummy functions?\nThe dummy functions are functions that facilitate other functions.  \nFor example user.get_name(..) facilitates the taking of the name and surname if the username is not present.\n\n## Add new utils\nEach util should be part of the file that closes a set of functions.  \nFor example get_name is an executable function on the user so it is present in the user file. A function that takes the id of a chat is part of the up (update) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirkobrombin%2Fpybotgram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirkobrombin%2Fpybotgram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirkobrombin%2Fpybotgram/lists"}