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