{"id":20226703,"url":"https://github.com/kailuser/botforge","last_synced_at":"2025-09-07T01:08:38.518Z","repository":{"id":219061305,"uuid":"748039103","full_name":"KailUser/BotForge","owner":"KailUser","description":"BotForge - tiny telegram api library","archived":false,"fork":false,"pushed_at":"2024-01-27T04:44:44.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T07:41:44.587Z","etag":null,"topics":["telegram","telegram-api","telegram-bot-api"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/BotForge/","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/KailUser.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":"2024-01-25T06:24:11.000Z","updated_at":"2024-01-25T17:37:49.000Z","dependencies_parsed_at":"2025-01-13T23:32:23.238Z","dependency_job_id":null,"html_url":"https://github.com/KailUser/BotForge","commit_stats":null,"previous_names":["kailuser/pygram","kailuser/botforge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KailUser/BotForge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2FBotForge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2FBotForge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2FBotForge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2FBotForge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KailUser","download_url":"https://codeload.github.com/KailUser/BotForge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2FBotForge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273983375,"owners_count":25202153,"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-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["telegram","telegram-api","telegram-bot-api"],"created_at":"2024-11-14T07:19:46.657Z","updated_at":"2025-09-07T01:08:38.493Z","avatar_url":"https://github.com/KailUser.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BotForge - Telegram Bot Library\n\nBotForge is a lightweight Python library designed to simplify the development of Telegram bots. It provides a simple interface to interact with the Telegram Bot API and includes features for handling commands.\n\n## Features\n\n- Easy setup for Telegram bots\n- Command handling with decorators\n- Simplified interaction with the Telegram Bot API\n\n## Installation\n\nYou can install BotForge using pip:\n\n```bash\npip install BotForge\n```\n\n## Usage\n\n```python\n# Import BotForge and necessary modules\nimport time\nfrom functools import wraps\nfrom BotForge import BotForge, CommandContext\n\n# Initialize BotForge with your bot token\nbot = BotForge(token=\"YOUR_BOT_TOKEN\")\n\n# Define command handlers using decorators\n@bot.command_handler(\"/start\")\ndef hello(ctx):\n    bot.send_message(ctx.chat_id, f\"Hello, {ctx.username}\")\n\n@bot.command_handler(\"/help\")\ndef help_command(ctx):\n    bot.send_message(ctx.chat_id, f\"Hello again! {ctx.username}\")\n\n# Start the bot\nbot.start()\n```\n\n## Contributing\n\nContributions are welcome! If you have any ideas, bug reports, or feature requests, please open an issue on the [GitHub repository](https://github.com/KailUser/BotForge).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\nReplace `\"YOUR_BOT_TOKEN\"` with the actual token of your Telegram bot.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkailuser%2Fbotforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkailuser%2Fbotforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkailuser%2Fbotforge/lists"}