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