This commit is contained in:
dsyoon
2023-10-31 00:23:09 +09:00
parent a240bf0a52
commit 2eebce2707
2 changed files with 99 additions and 113 deletions

View File

@@ -23,9 +23,9 @@ class TelegramBot:
username for the bot: ncue_stock_bot
token to access the HTTP API: 6874078562:AAEHxGDavfc0ssAXPQIaW8JGYmTR7LNUJOw
"""
self.botname = "coinbot"
self.username = "ncue_coin_bot"
self.token = "6435061393:AAHOh9wB5yGNGUdb3SfCYJrrWTBe7wgConM"
self.botname = "stockbot"
self.username = "ncue_stock_bot"
self.token = "6874078562:AAEHxGDavfc0ssAXPQIaW8JGYmTR7LNUJOw"
self.chat_id = '574661323'
self.client = telegram.Bot(token=self.token)