{"id":28445080,"url":"https://github.com/wechaty/python-wechaty-puppet-service","last_synced_at":"2025-06-29T20:31:39.946Z","repository":{"id":40262585,"uuid":"246082217","full_name":"wechaty/python-wechaty-puppet-service","owner":"wechaty","description":"Python Puppet Service Client for Wechaty","archived":false,"fork":false,"pushed_at":"2023-08-16T10:20:36.000Z","size":192,"stargazers_count":10,"open_issues_count":8,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-06T10:11:35.331Z","etag":null,"topics":["chatbot","rpa","sdk"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/wechaty-puppet-service","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wechaty.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-03-09T16:09:35.000Z","updated_at":"2024-10-27T11:10:20.000Z","dependencies_parsed_at":"2024-01-23T21:30:48.605Z","dependency_job_id":null,"html_url":"https://github.com/wechaty/python-wechaty-puppet-service","commit_stats":null,"previous_names":["wechaty/python-wechaty-puppet-hostie"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wechaty/python-wechaty-puppet-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fpython-wechaty-puppet-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fpython-wechaty-puppet-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fpython-wechaty-puppet-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fpython-wechaty-puppet-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wechaty","download_url":"https://codeload.github.com/wechaty/python-wechaty-puppet-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fpython-wechaty-puppet-service/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262662870,"owners_count":23344943,"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":["chatbot","rpa","sdk"],"created_at":"2025-06-06T10:11:16.082Z","updated_at":"2025-06-29T20:31:39.918Z","avatar_url":"https://github.com/wechaty.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wechaty-puppet-service [![Python 3.7](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/release/python-370/) [![PyPI GitHub Actions](https://github.com/wechaty/python-wechaty-puppet-service/workflows/PyPI/badge.svg)](https://github.com/wechaty/python-wechaty-puppet/actions?query=workflow%3APyPI)\n\n[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-brightgreen.svg)](https://github.com/wechaty/wechaty)\n\n![Service](https://wechaty.github.io/wechaty-puppet-service/images/hostie.png)\n\n[![PyPI Version](https://img.shields.io/pypi/v/wechaty-puppet-service?color=blue)](https://pypi.org/project/wechaty-puppet-service)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/wechaty-puppet-service?color=blue)\n\nPython Service Puppet for Wechaty\n\n## Features\n\n1. Consume Wechaty Puppet Service\n\n## Usage\n\n```python\nimport asyncio\nfrom wechaty import Wechaty\nfrom wechaty_puppet_service import PuppetService\n\nbot = Wechaty(PuppetService(\"your-token-here\"))\nbot.on('message', lambda x: print(x))\n\nasyncio.run(bot.start())\n```\n\n## Environment Variables\n\n### 1 `WECHATY_PUPPET_SERVICE_TOKEN`\n\nThe token set to this environment variable will become the default value of `puppetOptions.token`\n\n```sh\nWECHATY_PUPPET_SERVICE_TOKEN=secret python bot.py\n```\n\nor you can use `TOKEN` or `token` environment variable alias name to set **token**, for example:\n\n```shell\nTOKEN=secret python bot.py\n# or\ntoken=secret python bot.py\n```\n\n## History\n\n### master\n\n### v0.7 (Mar, 2021)\n\nRename from `wechaty-puppet-hostie` -\u003e `wechaty-puppet-service`\n\n### v0.0.1 (Mar 10, 2020)\n\n1. Init Python version\n1. Published to PyPI\n\n## Authors\n\n- [@wj-Mcat](https://github.com/wj-Mcat) - Jingjing WU (吴京京)\n- [@huan](https://github.com/huan) - ([李卓桓](http://linkedin.com/in/zixia)) zixia@zixia.net\n\n## Copyright \u0026 License\n\n* Code \u0026 Docs © 2020-now Huan LI \\\u003czixia@zixia.net\\\u003e\n* Code released under the Apache-2.0 License\n* Docs released under Creative Commons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fpython-wechaty-puppet-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwechaty%2Fpython-wechaty-puppet-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fpython-wechaty-puppet-service/lists"}