{"id":13613770,"url":"https://github.com/zaunchat/zaun.py","last_synced_at":"2025-07-12T08:32:26.743Z","repository":{"id":45501721,"uuid":"482266561","full_name":"zaunchat/zaun.py","owner":"zaunchat","description":"🐍 Python library to interact with Zaun API","archived":false,"fork":false,"pushed_at":"2023-04-17T18:02:39.000Z","size":40,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-06T17:11:21.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaunchat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-04-16T13:51:04.000Z","updated_at":"2024-07-17T14:17:11.000Z","dependencies_parsed_at":"2024-11-07T21:34:35.043Z","dependency_job_id":null,"html_url":"https://github.com/zaunchat/zaun.py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zaunchat/zaun.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaunchat%2Fzaun.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaunchat%2Fzaun.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaunchat%2Fzaun.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaunchat%2Fzaun.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaunchat","download_url":"https://codeload.github.com/zaunchat/zaun.py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaunchat%2Fzaun.py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264962450,"owners_count":23689812,"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":[],"created_at":"2024-08-01T20:00:53.449Z","updated_at":"2025-07-12T08:32:26.375Z","avatar_url":"https://github.com/zaunchat.png","language":"Python","funding_links":[],"categories":["API Libraries"],"sub_categories":[],"readme":"# zaun.py 🐍\n\n### Usage/ Rest\n```py\nfrom zaun import rest\n\nclient = rest.SyncREST()\nclient.set_token(\"TOKEN\")\n\nres = client.get('/users/@me')\n\nprint(res)\n```\n\n### Usage/ Client\n```py\nimport zaun\n\nclient = zaun.Client()\n\n@client.listen\nasync def on_message(message: zaun.Message) -\u003e None:\n    print(message.content)\n\nclient.login(\"TOKEN\")\n```\n\n\n\n### Other libs for Zaun\n\n- [zaun.js](https://github.com/itchatapp/zaun.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaunchat%2Fzaun.py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaunchat%2Fzaun.py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaunchat%2Fzaun.py/lists"}