Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wiseplat
GitHub Repository: wiseplat/python-code
Path: blob/master/ invest-robot-contest_tinkoff_invest_competition-master/app/config.py
7813 views
1
def telegram_bot_id():
2
return 'You TG bot'
3
4
def telegram_сhat_id():
5
return int() #You Telegram_id
6
7
def token_tinkoff_invest():
8
return 'access_token (tinkoff invest)'
9
10