Skip to content

GetUser

Pavel Kuzmin edited this page Aug 10, 2020 · 7 revisions

[<< go back]

Methods

from onlinesimru import Driver
driver = Driver('YOUR_TOKEN').user()

Example

from onlinesimru import Driver

def main():
    driver = Driver('YOUR_TOKEN').user()
    balance = driver.balance()
    print(balance)

main()

balance [docs ru] [docs en]

Get user balance and income


profile

Get User profile

Clone this wiki locally