Suggestion-bot
Open Source · MIT License

Anonymous feedback,
simplified.

A lightweight Telegram bot that lets anyone send you ideas and suggestions — privately, instantly, without registration.

Fully anonymous

Sender identity is never revealed. Recipients see only the message — no username, no metadata.

Zero friction

No sign-up. No configuration. Open the bot, write your message, send. That's the entire flow.

Self-hostable

MIT licensed. Clone, configure with your token, run. Full ownership of your data and pipeline.


Deploy it yourself.

Three steps, five minutes. Your instance, your rules.

  • Python 3.8 or newer
  • A Telegram bot token from @BotFather
  • Any server or local machine
  1. Clone the repository from GitHub and enter the directory.
  2. Create a .env file and set your token: BOT_TOKEN=your_token_hereADMIN_ID=your_id
  3. Run python bot.py — your bot is live.