/descriptive-statistics-bot

A Telegram bot for descriptive statistics

Primary LanguagePython

descriptive-statistics-bot

A Telegram bot that accepts numerical messages as input and outputs descriptive statistics of all messages in the current chat.

Talk to the bot at @DescriptiveStatisticsBot.

To run your own bot at a machine of your own,

  • set an OS environment variable BOT_TOKEN with a token of your bot (10 characters, colon, 35 characters),
  • run python TG_bot_backbone.py
  • Ctrl+C to stop