cli youtube watcher

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

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