Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.
/ grambot Public archive

A simple bot made with GramJS. Using TypeScript and decorator, several structures have been designed to make it easy to use.

Notifications You must be signed in to change notification settings

hansputera/grambot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Telegram BOT (Music BOT)

A simple bot made with GramJS. Using TypeScript and decorator, several structures have been designed to make it easy to use. This bot can play music in your group. Use ffmpeg to encode audio and some youtube modules to get video information.

🤔 How to use?

  • Fork (if you want change something), clone this repository to your directory.
  • Make sure you have downloaded NodeJS (v >12), and FFMPEG.
  • Install all module in package.json. (do npm install or yarn install) then compile it (do npm run build or yarn build)
  • Don't forget to change env.example to .env. And, fill the variables correctly.
  • Final, do node ./dist.

🎉 Congratulations, your telegram bot is running.

📖 Dependencies

About

A simple bot made with GramJS. Using TypeScript and decorator, several structures have been designed to make it easy to use.

Topics

Resources

Stars

Watchers

Forks