Skip to content

AltarBeastiful/rateItSeven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RateItSeven

Build Status

Build tests coverage

RateItseven est un programme python permettant de vous aider à établir une bibliothèque de vos fichiers multimedia sur SensCritique. Pour ce faire, RateItSeven va créer une liste de film sur votre compte SensCritique et y insérer chaque film trouvé dans les dossiers spécifiés.

Installation

RateItSeven n'a pas été encore officiellement publié.

Vous pouvez cependant l'installer très simplement à partir des sources avec pip:

$ python3 -m pip install https://github.com/AltarBeastiful/rateItSeven/archive/statelessAPI.zip

Utilisation

Une fois installé, RateItSeven peut-être utilisé via la ligne de commande : :

$ rateItSeven

usage: rateItSeven [-h] [-u USERNAME] [-p PASSWORD] [-f STORE_FILE]
                   [-m MOVIE_LIST] [-s SERIE_LIST] [-v] [--version]
                   [paths [paths ...]]

positional arguments:
  paths                 The path to your movie library folder (you can specify
                        more than one)

optional arguments:
  -h, --help            show this help message and exit
  -u USERNAME, --username USERNAME
                        Your SensCritique user name
  -p PASSWORD, --password PASSWORD
                        Your SensCritique password
  -f STORE_FILE, --storefile STORE_FILE
                        Specify a specific store file previously created by
                        another run of RateItSeven or a path to a nonexistant
                        file that will be created by RateItSeven
  -m MOVIE_LIST, --movielist MOVIE_LIST
                        The name of the SensCritique list where to store your
                        movie library
  -s SERIE_LIST, --serielist SERIE_LIST
                        The name of the SensCritique list where to store your
                        serie library
  -v, --verbose         Display debug output
  --version             Display the rateItSeven version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages