"One bot to rule them all"
This is what you get when you combine Bot Manager with MassickBot v2
Full-featured constantly-evolving Telegraf bot with WebApp support and a /clone command to allow users to have their own copy.
- Typescript.
- NextJS (and all it brings) for the WebApp.
- Tailwind CSS for styling.
- Telegraf.
- Webhook powered bots (more speed, better performance).
- Prisma (ORM)
- PostgreSQL database.
You'll need a few environment variables to run this bot
TOKENfor the token of the Telegram botNEXT_PUBLIC_DOMAINfor webhook domainADMIN_IDis the Telegram ID of the bot owner.DATABASE_URLis the url of the portgresql database.VICTIM_ID(Optional) is the Telegram ID of the user that will be victim of all those/tagcommands.
webhook.js file can set webhook for our bot, you can call it manually with yarn set-webhook. It's automatically run in development with yarn dev too.