{"id":18418008,"url":"https://github.com/kalanakt/sent","last_synced_at":"2025-04-07T12:32:55.878Z","repository":{"id":65347784,"uuid":"589964174","full_name":"kalanakt/sent","owner":"kalanakt","description":"A Fast \u0026 Simple telegram Api ","archived":false,"fork":false,"pushed_at":"2024-01-20T12:46:54.000Z","size":173,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T19:01:40.038Z","etag":null,"topics":["bot","easy-to-use","fast","lightweight","telegram","telegram-bot","telegram-bot-api"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/sent","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/kalanakt.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":"2023-01-17T11:00:29.000Z","updated_at":"2023-05-06T19:19:34.000Z","dependencies_parsed_at":"2023-02-12T00:31:25.554Z","dependency_job_id":null,"html_url":"https://github.com/kalanakt/sent","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanakt%2Fsent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanakt%2Fsent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanakt%2Fsent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanakt%2Fsent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalanakt","download_url":"https://codeload.github.com/kalanakt/sent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247653401,"owners_count":20973825,"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":["bot","easy-to-use","fast","lightweight","telegram","telegram-bot","telegram-bot-api"],"created_at":"2024-11-06T04:12:28.984Z","updated_at":"2025-04-07T12:32:55.353Z","avatar_url":"https://github.com/kalanakt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sent\n\nA Fast Telegram API for Lighweight bots\n\n## Installation\n\nTo install this package, use pip:\n\n\n```\npip install sent\n```\n\n## Usage\n\nHere is an example of how to use the package:\n\n```py\nfrom sent.telegram import Telegram\n\ntoken = 'BOT_TOJJEN' # bot token from bot father\nchatid = 'CHAT_ID'  # chat id of user | group | channel\n\nbot = Telegram(token)\n\nbot.send_message(chatid, \"Wow !!!\")\n\n@bot.message_handler(commands=['start', 'help'])\ndef send_welcome(message):\n    bot.reply_to(message, \"Howdy, how are you doing?\", protect_content=True)\n\n\nbot.polling()\n```\n\n## Documentation\n\nFor more detailed information about how to use this package, please refer to the full documentation at\n\n## Contributing\n\nWe welcome contributions to this package. To contribute, please fork the repository, make your changes, and submit a pull request.\n\n## License\n\nThis package is open-sourced under the MIT license\n\n## Issues\n\nIf you encounter any issues or bugs, please open an issue in the issue tracker.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalanakt%2Fsent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalanakt%2Fsent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalanakt%2Fsent/lists"}