-
Notifications
You must be signed in to change notification settings - Fork 17
GetUser
Pavel Kuzmin edited this page Aug 5, 2020
·
7 revisions
from onlinesimru import GetUserfrom onlinesimru import GetUser
import asyncio
async def main():
client = GetUser('YOUR_TOKEN')
balance = await client.balance()
print(balance)
asyncio.get_event_loop().run_until_complete(main())Get user balance and income
Get User profile
© 2013 - 2020. OnlineSim LLC