Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wiseplat
GitHub Repository: wiseplat/python-code
Path: blob/master/ invest-robot-contest_TinkoffBotTwitch-main/tinkoff_creds.py
5925 views
1
test_token_v2 = ''
2
account_id_test = ''
3
4
# Тут рассказано как получить токен
5
# https://tinkoff.github.io/investAPI/token/
6
7
# Получить account_id
8
# client.operations.get_positions(account_id=tinkoff_creds.account_id_test)
9