-
Notifications
You must be signed in to change notification settings - Fork 17
GetUser
Pavel Kuzmin edited this page Mar 15, 2021
·
7 revisions
from onlinesimru import Driver
driver = Driver('YOUR_TOKEN').user()from onlinesimru import Driver
def main():
driver = Driver('YOUR_TOKEN').user()
balance = driver.balance()
print(balance)
main()Get user balance and income
Get User profile
© 2013 - 2020. OnlineSim LLC