cli youtube watcher

granthin 285645ae96 Merge branch 'new' of granthin/freeTube into master il y a 1 an
.idea 36f5dd6d52 feat: start version il y a 3 ans
.gitignore c3a28f54ee Initial commit il y a 3 ans
LICENSE c3a28f54ee Initial commit il y a 3 ans
README.md 3ea675da34 small: edit typos in README il y a 1 an
config.py dc052fd549 refactor: check_feed and small others il y a 3 ans
feed.py dc052fd549 refactor: check_feed and small others il y a 3 ans
main.py dc052fd549 refactor: check_feed and small others il y a 3 ans
menu.py 7d7b2138af pass exceptions in menu il y a 1 an
requirements.txt 2b92a987e9 add reuirements.txt il y a 1 an

README.md

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