Skip to content

FeeeeK/pyAnyPay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyAnyPay

Little asynchronous wrapper around the AnyPay API.

Installation

PyPI

pip install pyanypay

Usage

import asyncio
from pyanypay import AnyPayApi

api = AnyPayApi(api_key="API_KEY", api_id=123)

async def main():
    # Retrieve balance
    response = await api.balance()
    print(response.balance)  # 123.45


asyncio.run(main())

About

Wrapper for AnyPay.com API

Resources

License

Stars

Watchers

Forks

Languages