https://github.com/gitagogaming/animazepy
Animaze Python wrapper
https://github.com/gitagogaming/animazepy
animaze api python
Last synced: 8 months ago
JSON representation
Animaze Python wrapper
- Host: GitHub
- URL: https://github.com/gitagogaming/animazepy
- Owner: gitagogaming
- License: gpl-3.0
- Created: 2023-07-13T16:05:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T16:29:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T20:16:07.204Z (about 1 year ago)
- Topics: animaze, api, python
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AnimazePy is a Python wrapper for the Animaze API, providing an easy-to-use interface to interact with the Animaze application.
With this module, developers can conveniently send commands and control various aspects of Animaze programmatically.
Key Features:
- Establish a WebSocket connection to the Animaze API
- Send commands to control avatars, behaviors, and animations
- Retrieve avatar information and icons
- Set camera field of view (fov) and start a broadcast
- Select idle animations, scenes, emotes, and special actions
- and more!
# How to enable the Websocket API in Animaze

For more information, documentation, and usage examples, visit the GitHub repository: https://github.com/gitagogaming/AnimazePy/
Special Thanks to [@Killerboss2019](https://github.com/Killerboss2019) for helping me get this published to Pypi and for all the help and guidance throughtout my Python journey.