sagnikoni / TGVCBot

Telegram VC Music Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TGVCBot (Beta)

Deploy to Heroku TypeScript Build

Total alerts Language grade: JavaScript

LOGO

Requirements (wiki)

  • FFMPEG
  • NodeJs > V14. (Latest is better)
  • Yarn

Environment Variables

Name Description Required
API_ID Your telegram app's API_ID. Get it from https://my.telegram.org/apps True
API_HASH Your telegram app's API_HASH. Get it from https://my.telegram.org/apps True
BOT_TOKEN Bot Token from @BotFather True
LOG_CHANNEL Chat ID of Channel/Group to keep logs. (Make sure to add VC User and Bot to the group) True
SESSION GramJS/Telethon session string of the VC User. Session Gen True
MAX_DURATION Set maximum duration of the stream. Default: 36000 seconds False
THUMBNAIL Direct link for default thumbnail (used if audio has no thumbnails). False

Tutorial

Memes

Deploy

Deploy on Railway

Bot Usage

  • /jiosaavn | /jsvn <song name> : Play Song from JioSaavn.
  • /youtube | /yt <song name | link>: Play Song from Youtube.
  • /queue | /q : Show Queue List
  • /pause | /p : Pause the Stream
  • /resume | /r : Resume the Stream
  • /skip | /next : Skip the Stream
  • /stopvc : Stop the Stream

Thanks to


Loved the project? Consider sponsoring.

About

Telegram VC Music Bot

License:Apache License 2.0


Languages

Language:TypeScript 99.5%Language:Dockerfile 0.5%