Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Telegram Bot statistics?

Tags:

Does exists any way to get bot's statistics with API or with web interface or with BotFather? Or I must to collect statistics by processing updates from bot API?

ps. Currently I store statistics in Redis by processing updates from bot API, but I wish find better way.

like image 381
Nick Avatar asked Nov 17 '16 10:11

Nick


2 Answers

As aleix said there is no official support. After several days of research I've found the solutions for all platform bots, including telegram:

  • Chatbase.com from Google
  • botanalytics.co (free + paid)
  • dashbot.io(free up to 10 M messages)
like image 193
aslantorret Avatar answered Sep 23 '22 16:09

aslantorret


no, there is no official support from Telegram to do that. There are third party analytics like botan, you can get navigate via bot to your bots stats:

  • Botan.io (seems to be abandoned)

  • You can see an example here: analytics tool for your telegram Bot

  • They also have integration to track more data via website: url-shortening

like image 39
aleix Avatar answered Sep 25 '22 16:09

aleix