If i insert
logging.handlers.telegram:
level: INFO
formatter: telegram
class: telegram_handler.TelegramHandler
token: 12345:TOKEN_TOKEN
chat_id: 987643
with my token and chat_id, obviously
and the login of my instagram account, the bot does not detect them.
what is the correct procedure for this version?
once configured telegram how do I query the bot to show the data?
Thanks!
Include the contents of the error.log here (if applicable). < REPLACE THIS TEXT
Config
Ensure that you specify the configuration file in the command line.
Ensure that the default file instabot.config.yml contains only common settings if you use multiple accounts.
Include the contents of your config here (instabot-py -c config.yml --dump) (REMOVE YOUR USERNAME AND PASSWORD!) (if applicable). < REPLACE THIS TEXT
Check this or we will delete your issue. (fill in the checkbox with an X like so: [x])
Select one:
Environment
Operating System? (include version)
Python Version Requirement
Exact Python Version?
Pip Version?
Instabot Version?
How you use the instabot
Description of your issue
If i insert logging.handlers.telegram: level: INFO formatter: telegram class: telegram_handler.TelegramHandler token: 12345:TOKEN_TOKEN chat_id: 987643 with my token and chat_id, obviously and the login of my instagram account, the bot does not detect them. what is the correct procedure for this version? once configured telegram how do I query the bot to show the data? Thanks!
Config