Skip to content

apayziev/YouTube-Playlist-Urls-Extractor-Telegram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.😊

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages