Skip to content

optinsoft/asmspva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async API wrapper for smspva

Installation

pip install git+https://github.com/optinsoft/asmspva.git

Usage

from asmspva import AsyncSmsPva
import asyncio

async def test(apiKey: str):
    asmspva = AsyncSmsPva(apiKey)
    print("getBalance\n", await asmspva.getBalance('opt4'))    

if __name__ == '__main__':
    loop = asyncio.get_event_loop()
    loop.run_until_complete(test('PUT_YOUR_API_KEY_HERE'))

About

Async API wrapper for smspva

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages