{"id":21746806,"url":"https://github.com/zeph1997/telebotbuilder","last_synced_at":"2026-04-20T14:05:58.694Z","repository":{"id":57473827,"uuid":"452285339","full_name":"zeph1997/telebotbuilder","owner":"zeph1997","description":"An aggregate of my frequently used packages when building a telegram bot","archived":false,"fork":false,"pushed_at":"2022-01-26T14:22:12.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T05:12:53.179Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeph1997.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}},"created_at":"2022-01-26T13:25:55.000Z","updated_at":"2022-03-02T14:40:02.000Z","dependencies_parsed_at":"2022-09-10T14:00:23.632Z","dependency_job_id":null,"html_url":"https://github.com/zeph1997/telebotbuilder","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zeph1997/telebotbuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeph1997%2Ftelebotbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeph1997%2Ftelebotbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeph1997%2Ftelebotbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeph1997%2Ftelebotbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeph1997","download_url":"https://codeload.github.com/zeph1997/telebotbuilder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeph1997%2Ftelebotbuilder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-26T08:07:00.871Z","updated_at":"2026-04-20T14:05:58.657Z","avatar_url":"https://github.com/zeph1997.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# telebotbuilder\n\n# \u003cp align=\"center\"\u003etelebotbuilder\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eAn aggregate of my frequently used packages when building a Telegram bot\u003c/p\u003e\n\n## Contents\n\n  * [Getting started](#getting-started)\n  * [Included Packages](#included-packages)\n  * [Using telebotbuilder](#using-telebotbuilder)\n  \n      \n## Getting Started\n\n* Installation using pip (Python Package Index):\n\n```\n$ pip install telebotbuilder\n```\n\n## Included Packages\n\n* pip install pyTelegrambotAPI\n* pip install firebase\n* pip install python_jwt\n* pip install gcloud\n* pip install sseclient\n* pip install pycryptodome\n* pip install requests-toolbelt\n\n## Using telebotbuilder\n\nYou can just use the packages as normal. Here are some examples:\n\n```python\n# main.py\n\nimport telebot\n\nbot = telebot.TeleBot(secrets.get_telebot_token())\n\nbot.polling()\n```\n\n```python\n# database.py\n\nfrom firebase import Firebase\n\nfirebase = Firebase(secrets.get_firebase_config())\nauth = firebase.auth()\ndb = firebase.database()\n```\n\nAll's good, easier pip installs in the future!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeph1997%2Ftelebotbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeph1997%2Ftelebotbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeph1997%2Ftelebotbuilder/lists"}