{"id":23186707,"url":"https://github.com/mojurasu/lazybot","last_synced_at":"2025-08-18T16:32:58.696Z","repository":{"id":62575262,"uuid":"154572899","full_name":"mojurasu/lazybot","owner":"mojurasu","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-24T22:01:04.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-11-09T08:08:34.163Z","etag":null,"topics":["bot-api","python","telegram"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mojurasu.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":"2018-10-24T21:41:14.000Z","updated_at":"2023-11-06T06:19:32.000Z","dependencies_parsed_at":"2022-11-03T18:51:45.370Z","dependency_job_id":null,"html_url":"https://github.com/mojurasu/lazybot","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/mojurasu%2Flazybot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojurasu%2Flazybot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojurasu%2Flazybot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojurasu%2Flazybot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mojurasu","download_url":"https://codeload.github.com/mojurasu/lazybot/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230252793,"owners_count":18197285,"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-api","python","telegram"],"created_at":"2024-12-18T10:17:13.729Z","updated_at":"2024-12-18T10:17:14.384Z","avatar_url":"https://github.com/mojurasu.png","language":"Python","readme":"# lazybot\n\nA simple class that can call arbitrary methods and make a request to Telegrams bot api.\n\n## But why ?\nWhile writing my userbot I wanted a easy way to make calls to the bot api without needing a full blown lib with handlers etc..\n\n## Where are the docs ?\nUse the [Telegram Docs](https://core.telegram.org/bots/api) and the following example as base.\n```\nimport lazybot\nbot = lazybot.Bot('TOKEN')\n# you can use snake case\nbot.send_message(chat_id=123456, text='Text')\n\n# or camelCase\nbot.sendMessage(chat_id=123456, text='Text')\n\n````\n\n## Installation\n`pip install lazybot`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojurasu%2Flazybot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmojurasu%2Flazybot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojurasu%2Flazybot/lists"}