Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.44 KB

README.md

File metadata and controls

72 lines (45 loc) · 1.44 KB

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.