README.md 555 B

freeTube

cli youtube watcher with VLC or MPV player

System requirements

  • Python 3.8 or higher
  • MPV or VLC player installed
  • Internet connection

Installation

  • clone this repo git clone https://notabug.org/granthin/freeTube.git
  • enter into folder cd freeTube
  • Make virual env python3.8 -m venv env
  • Activate virtual env . env/bin/activate (source ./venv/Scripts/activate for mustdie)
  • Install reuirements pip install requirements.txt
  • Edit config file if you need and add ids of YT channels.
  • Start program python main.py