Skip to content

✨ • Perfectly Telegram Bot

License

Notifications You must be signed in to change notification settings

MSD-Incorporated/MSDBotTelegram

Repository files navigation

MSDBotTelegram

This bot was created for channel and chat management.

Instructions

  • Clone repository git clone https://github.com/MSD-Incorporated/MSDBotTelegram
  • Replace all enviroments with your own.
    • TOKEN: Your Telegram bot token that you can get from @BotFather
    • TELEGRAPH_TOKEN: Telegra.ph token for copying telegra.ph posts
    • SAUCENAO_TOKEN: SauceNAO token for searching full
  • Use Bun or Node to start bot.

Bun

  • Install Bun
  • Install all dependencies: bun install
  • Use command bun bun:start

NodeJS

  • Install NodeJS
  • Install all dependencies: npm install
  • Build the bot: node run build
  • Use command node run start