{"id":13988749,"url":"https://github.com/Py-GapBot/GapBot","last_synced_at":"2025-07-22T09:31:28.645Z","repository":{"id":43899347,"uuid":"190900583","full_name":"Py-GapBot/GapBot","owner":"Py-GapBot","description":"Gap Messenger Api Bot Library for Python","archived":false,"fork":false,"pushed_at":"2023-05-22T22:29:25.000Z","size":56,"stargazers_count":25,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T19:17:11.777Z","etag":null,"topics":["bot","bot-library","botapi","elegant","gap","gap-bot","gapbot","massenger","python"],"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/Py-GapBot.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}},"created_at":"2019-06-08T14:57:46.000Z","updated_at":"2025-01-28T19:30:34.000Z","dependencies_parsed_at":"2023-07-26T11:30:19.532Z","dependency_job_id":null,"html_url":"https://github.com/Py-GapBot/GapBot","commit_stats":{"total_commits":67,"total_committers":2,"mean_commits":33.5,"dds":"0.014925373134328401","last_synced_commit":"be6fd26b3d44b92513f5e6840bc2817fc33dc714"},"previous_names":["mrmahdi313/gapbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Py-GapBot/GapBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-GapBot%2FGapBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-GapBot%2FGapBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-GapBot%2FGapBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-GapBot%2FGapBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Py-GapBot","download_url":"https://codeload.github.com/Py-GapBot/GapBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Py-GapBot%2FGapBot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266465079,"owners_count":23933058,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["bot","bot-library","botapi","elegant","gap","gap-bot","gapbot","massenger","python"],"created_at":"2024-08-09T13:01:20.439Z","updated_at":"2025-07-22T09:31:28.262Z","avatar_url":"https://github.com/Py-GapBot.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/MrMahdi313/GapBot\"\u003e\n        \u003cimg src=\"https://gap.im/img/gap-splash.png\" alt=\"GapBot\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    \u003cb\u003eGap Messenger Api Bot Library for Python\u003c/b\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://gapbot.readthedocs.io/en/latest/\"\u003e\n        Documentation(coming soon)\n    \u003c/a\u003e\n    •\n    \u003ca href=\"https://github.com/MrMahdi313/GapBot/releases\"\u003e\n        Releases\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n## GapBot\n\n``` python\nfrom gapbot import Gap\n\napp = Gap()\n\n\n@app.on_update\ndef _update_handler(bot, update):\n    print(f'{update}')\n\n\nif __name__ == '__main__':\n    app.run()\n```\n\n**GapBot** is an elegant, easy-to-use [Gap](https://gap.im/) Bot library written from the\nground up in Python. It enables you to easily create custom apps.\n\n\u003e [GapBot in fully-asynchronous mode is coming soon »](https://github.com/MrMahdi313/GapBot/tree/async)\n\u003e\n\u003e [GapBot in plugin base mode is coming soon »](https://github.com/MrMahdi313/GapBot)\n\n### Features\n\n- **Easy**: You can install GapBot with pip and start building your applications right away.\n- **Elegant**: Low-level details are abstracted and re-presented in a much nicer and easier way.\n\n### Requirements\n\n- Python 3.6 or higher.\n- A [Gap Bot Token](https://developer.gap.im/signin).\n\n### Installing\n\n``` bash\npip3 install GapBot\n```\n\n### Resources\n\n- The Docs contain lots of resources to help you getting started with GapBot:\n https://gapbot.readthedocs.io/en/latest (coming soon).\n- Reading [Examples in this repository](https://github.com/Py-GapBot/GapBot/tree/master/examples) is also a good way\n  for learning how GapBot works.\n- For other requests you can send an [Email](mailto:m.m.z.m12363@gmail.com) or a [Message](https://t.me/Mr_Mahdi313).\n\n### Contributing\n\nGapBot is brand new, and **you are welcome to try it and help make it even better** by either submitting pull\nrequests or reporting issues/bugs as well as suggesting best practices, ideas, enhancements on both code\nand documentation. Any help is appreciated!\n\n### Copyright \u0026 License\n\n- Copyright (C) 2017-2019 MohammadMahdi Zojaji as \u003c\u003chttps://github.com/mahdizojaji\u003e\u003e\n- Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPy-GapBot%2FGapBot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPy-GapBot%2FGapBot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPy-GapBot%2FGapBot/lists"}