Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 890 Bytes

File metadata and controls

31 lines (22 loc) · 890 Bytes

YouTube-Playlist-Urls-Extractor-Telegram-Bot🤖

This bot allows you to extract the URLs of all the videos in a YouTube playlist and send them to you through Telegram.

Installation guide

  1. Create environment inside project folder:
    For Win: python -m venv env
    For MacOS: virtualenv venv

  2. Activate environment:
    For Win: .\env\Scripts\activate
    For MacOS: source venv/bin/activate

  3. Installing all required packages: pip install -r requirments.txt

  4. Replace TOKEN in .env_example with your own Telegram bot token.

Usage

  1. Start the bot by running the following command: python main.py

    • Send the /start command to the bot to start using it.
    • Send a YouTube playlist URL to the bot, and it will extract the URLs of all the videos in the playlist and send them back to you.
  2. Enjoy the program.😊