cli youtube watcher

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

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