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.
- NodeJs
- Telegram Web API
- 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.
- Clone the Repository
git clone https://github.com/NayanUnni95/TelegramBot.git
cd TelegramBot
- Install Dependencies
npm install
- Set Up Environment Variables
Token=your_telegram_bot_token
Base_URL=https://jiosaavn-api-seven-beta.vercel.app
- Start development server
npm run dev
- Use the Telegram bot.
npm run start
npx prettier --write <filename>
This project is licensed under the MIT License. See the LICENSE file for details.