yurilaaziz / neo-instabot

Neo-Instabot is a free project. Forked from instabot.py. It uses the Instagram Web/Mobile API.
Other
37 stars 22 forks source link

Connect to telegram bot #12

Open semneo opened 5 years ago

semneo commented 5 years ago

Check this or we will delete your issue. (fill in the checkbox with an X like so: [x])

Select one:

Environment

Include more details about the environment

Operating System? (include version)

include the output of 'uname -a'

Python Version Requirement

Exact Python Version?

Include here the response of 'python --version' or 'python3 --version'

Pip Version?

Include here the response of 'pip --version' or 'pip3 --version'

Instabot Version?

Include here the response of 'instabot-py --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!

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