/Telegram-YoutubeDL

A python script that acts as the backend for a telegram bot. The bot accepts the URL for a youtube video and provides a link to download the video. Writing "audio" in the message provides a link to download the audio.

Primary LanguagePython

A python script that acts as the backend for a telegram bot. The bot accepts the URL for a youtube video and provides a link to download the video. Writing "audio" in the message provides a link to download the audio.

To install dependencies, run the following command in terminal:

```sudo pip install -r requirements.txt```

Navigate to the directory of the script and then run the following command in terminal:

```python Youtube-DL.py```

This initiates the server for a telegram chatbot. Kindly use your own access token if cloning this repository.