Questions tagged [telebot]

Telebot is a bot framework for the Telegram Bot API. The package provides a kind API for command routing, inline query requests and keyboards, as well as callbacks.

Telebot is a bot framework for the Telegram Bot API, available at https://github.com/tucnak/telebot

213 questions
-2
votes
2 answers

How do I automatically rerun a python app on error?

I have a Telegram bot based on free pythonanywhere servers. So, what's the problem? For some reason the execution is stopped from time to time and no errors are displayed in the console.Example. I need my bot to be active all the time. What do I do?
Kuki
  • 33
  • 7
-2
votes
1 answer

Get telegram subscriber username via telegram admin bot

I have my own telegram channel and a telegram bot which is also a channel administrator. How can I get the username of all my subscribers using python(telebot)? And is it possible to find out by which link the subscriber subscribed to the channel…
NAZ.42
  • 49
  • 7
1 2 3
…
14
15