python sdk for mixin: https://github.com/nodewee/mixin-sdk-python
Project description
Mixin SDK for Python (Unofficial)
Overview
This is the Mixin Network SDK for Python.
Project objectives: ease of use and readability for developers.
Status
This SDK is still considered a work in progress, therefore things might (and will) break with every update.
Getting started
For sdk user:
pip install mixinsdk
For sdk dev:
Runtime support: Python 3.9+
-
Clone the repository, or download code.
-
Set up and activate virtual environment, like this:
cd mixin-sdk-python-main
python3 -m venv .env
. .env/bin/activate
# for windows
# .\.env\Scripts\activate
- Install dependencies:
python3 -m pip install -r requirements.txt
- Than see "examples" folder, and run it.
Relations
Mixin Messenger Bot Boilerplate: nodewee/mm-bot-boilerplate
Contributing
We'd love to accept your patches and contributions to this project.
How to contribute, see file CONTRIBUTING.md
Changelog see file CHANGELOG.md
TODO
- Support for send encrypted messages?
- Address API
- Circles API
- Upload Album
- Withdrawal API
- Multi-Signature API
- Collectibles API
- Mainnet RPC API and Client
References
- https://developers.mixin.one/docs/api
- https://github.com/MixinNetwork/bot-api-go-client/
- https://github.com/includeleec/mixin-python3-sdk
- https://github.com/learnforpractice/mixin-python
License
The project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.