Skip to content

CDWizard/TelegramBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot for High-Quality Music Downloads

This project is a Telegram bot designed to help users download high-quality music effortlessly. It integrates APIs to fetch tracks from popular platforms and provides options to download songs in various formats and bitrates. With a user-friendly interface and fast response times, it ensures a seamless music discovery and download experience directly within Telegram.

Technology used

  • NodeJs
  • Telegram Web API
Prerequisites
  • Node.js and npm: Node.js and npm installed on your machine.
  • Telegram Bot Token: Obtain a token for your bot from BotFather on Telegram.

Installation

Steps
  1. Clone the Repository
git clone https://github.com/NayanUnni95/TelegramBot.git
cd TelegramBot
  1. Install Dependencies
npm install
  1. Set Up Environment Variables
Token=your_telegram_bot_token
Base_URL=https://jiosaavn-api-seven-beta.vercel.app
  1. Start development server
npm run dev
  1. Use the Telegram bot.

Developer Commands

Start Production:
npm run start
Prettier:
npx prettier --write <filename>

Acknowledgements

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%