Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect to telegram bot #12

Open
14 tasks
semneo opened this issue Aug 26, 2019 · 0 comments
Open
14 tasks

Connect to telegram bot #12

semneo opened this issue Aug 26, 2019 · 0 comments

Comments

@semneo
Copy link

semneo commented Aug 26, 2019

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

  • I have searched for other issues with the same problem or similar feature requests.

Select one:

  • Bug
  • Feature Request
  • [x ] Technical Help (Please don't create an issue, join the facebook group or telegram channel)
  • Other

Environment

  • Are you hosting the bot on a VPS or other Cloud hosting?
  • Are you running the code on your phone
  • [x ] If so, have you tried running the code on your local machine?
Include more details about the environment

Operating System? (include version)

  • macOS
  • Windows
  • [ x] Rasbian Linux Raspberry PI (include flavour)
  • Linux (include flavour)
  • Android (include terminal)
include the output of 'uname -a'

Python Version Requirement

  • I am using Python 3.6 or above

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

  • [x ] instabot-py -c my-configfile.yml (my-configfile.yml is an example you may have a different file )
  • instabot-py --login LOGIN --password PASSWORD
  • instabot-py
  • example.py (Deprecated, please install newer version)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant