PyCryptoPayAPI
Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot)
Install / Use
/learn @Badiboy/PyCryptoPayAPIREADME
<p align="center">pyCryptoPayAPI</p>
Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot)
Installation
Installation using pip (a Python package manager):
$ pip install pyCryptoPayAPI
Usage
Everything is as simple as the API itself.
- Create pyCryptoPayAPI instance
- Access API methods in pythonic notation (getInvoices -> get_invoices)
from pyCryptoPayAPI import pyCryptoPayAPI
client = pyCryptoPayAPI("API_TOKEN")
print(client.get_balance())
You can also check tests.py.
Exceptions
Exceptions are rised using pyCryptoPayException class.
Related Skills
gh-issues
351.2kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
351.2kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
taskflow-inbox-triage
351.2kname: taskflow-inbox-triage description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some w
