{"id":19292220,"url":"https://github.com/teamultroid/ultroidaddons","last_synced_at":"2025-04-05T05:09:10.844Z","repository":{"id":38389372,"uuid":"339286604","full_name":"TeamUltroid/UltroidAddons","owner":"TeamUltroid","description":"Plugins repository. Read the readme for more!","archived":false,"fork":false,"pushed_at":"2024-05-22T13:07:48.000Z","size":347,"stargazers_count":92,"open_issues_count":3,"forks_count":301,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-28T12:39:41.825Z","etag":null,"topics":["addons","hacktoberfest","telegram","ultroid","userbot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeamUltroid.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},"funding":{"github":"TeamUltroid"}},"created_at":"2021-02-16T04:40:35.000Z","updated_at":"2024-05-30T01:26:52.089Z","dependencies_parsed_at":"2024-05-21T10:23:58.109Z","dependency_job_id":"e21091c0-490d-4c6f-aff2-35c6d949d2d4","html_url":"https://github.com/TeamUltroid/UltroidAddons","commit_stats":{"total_commits":211,"total_committers":34,"mean_commits":6.205882352941177,"dds":0.6492890995260663,"last_synced_commit":"c8ca2cc61920774965704869cff3d296f79542b8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamUltroid%2FUltroidAddons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamUltroid%2FUltroidAddons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamUltroid%2FUltroidAddons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamUltroid%2FUltroidAddons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeamUltroid","download_url":"https://codeload.github.com/TeamUltroid/UltroidAddons/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289429,"owners_count":20914464,"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":["addons","hacktoberfest","telegram","ultroid","userbot"],"created_at":"2024-11-09T22:29:40.659Z","updated_at":"2025-04-05T05:09:10.817Z","avatar_url":"https://github.com/TeamUltroid.png","language":"Python","funding_links":["https://github.com/sponsors/TeamUltroid"],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/Teamultroid/UltroidAddons\"\u003e\u003cimg src=\"https://github-readme-stats.vercel.app/api/pin?username=TeamUltroid\u0026show_icons=true\u0026theme=dracula\u0026hide_border=true\u0026repo=UltroidAddons\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\n# UltroidAddons\nPlugins repository for [@TheUltroid](https://github.com/TeamUltroid/Ultroid).\n\n\n# Contributing\nIf you want to contribute to this repository (adding your plugins/porting from other bots), use the format given below and create a pull request.   \n⚠️ First check whether the stuff you push works. Also, if the pull request doesn't follow the below format, it will be closed without prior notice.\n\n```python\n# Credits @username (creator of plugin and who ported)   \n   \n# Ported from (if ported else skip)   \n   \n# Ported for Ultroid \u003c https://github.com/TeamUltroid/Ultroid \u003e   \n```\n   \nKindly do not **steal** others works without credits.\u003cbr\u003e\n\n# Example Plugin\n   Required Import are Automatically Done.\n\n\u003ckbd\u003eThis Example Works Everywhere. (e.g. Groups, Personal Chats ...)\u003c/kbd\u003e\n```python\n@ultroid_cmd(pattern=\"hoi\")\nasync def hello_world_example(event):\n    # As telethon is an asyncio based lib, you will have to use `async`/`await` Syntax.\n    await event.reply(\"Hello **World**.\")\n```\n\n\u003ckbd\u003eThis Example Works Only In Groups.\u003c/kbd\u003e\n```python\n@ultroid_cmd(pattern=\"hoi\", groups_only=True,)\nasync def hello_world_example(event):\n    await event.reply(\"Hello **World**.\")\n```\n\nIf Your plugin need any additional requirements, it can be added to \u003ca href=\"https://github.com/TeamUltroid/UltroidAddons/blob/main/addons.txt\"\u003eaddons.txt\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\n\n\u003cbr\u003e\n\n\u003e For More Information See [The Pypi Page](https://pypi.org/project/py-Ultroid).\n\n\u003e Made with 💕 by [@TeamUltroid](https://t.me/TeamUltroid).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamultroid%2Fultroidaddons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamultroid%2Fultroidaddons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamultroid%2Fultroidaddons/lists"}