Skip to content

rogerfc/super3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super3 video catalog and collector

This program aims at providing the tools to collect and catalog a private collection of videos based on those published on the Club Super3 (Catalan TV channel for children) web page.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

This has been developed and tested on a macOS computer running python3

Installing

(optional) Create a virtualenv

$ virtualenv -p python3 ~/.virtualenvs/super3
$ . ~/.virtualenvs/super3/bin/activate(.fish|.csh)

Install the dependencies

(super3) $ pip install -r requirements.txt

Deployment

This runs locally ATM.

Usage

Foreseen invocation:

create new catalog

$ super3 init

add series to catalog with title containing 'Kratt'

$ super3 add-series -name 'Kratt'

update available episodes

$ super3 update

list available episodes

$ super3 list -name 'Kratt'

download available

$ super3 download -name 'Kratt'

Built With

Contributing

Feel free to contribute

Versioning

We use SemVer for versioning.

Authors

  • Roger Firpo - Initial work - rogerfc

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used

About

Super3 video catalog and collector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages