RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
15
invest-python-master/examples/users/get_user_info.py
Normal file
15
invest-python-master/examples/users/get_user_info.py
Normal file
@@ -0,0 +1,15 @@
|
||||
import os
|
||||
|
||||
from t_tech.invest import Client
|
||||
|
||||
TOKEN = os.environ["INVEST_TOKEN"]
|
||||
|
||||
|
||||
def main():
|
||||
with Client(TOKEN) as client:
|
||||
response = client.users.get_info()
|
||||
print(response)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user