Skip to content

dudego/guessit-rest

 
 

Repository files navigation

REST WebService for GuessIt

GuessIt is a python library that extracts as much information as possible from a video filename.

This is the REST WebService for GuessIt.

Install from sources

$ git clone https://github.com/dudego/guessit-rest

$ cd guessit-rest

Then configure a virtualenv with [pyenv](https://github.com/yyuu/pyenv) or any virtualenv manager you may like.

$ pyenv virtualenv ...

Then install dependencies in the virtualenv.

$ pip install -e .

Then run guessit rest API using main module.

$ python -m guessitrest.app

Usage

(GET) Connect your browser to http://localhost:5000/?filename=test.avi

OR

(POST) Post a json to http://localhost:5000 {"one":"test.avi", "two":"file2.avi", "2424":"scorpion.222.avi"}

License

GuessIt is licensed under the LGPLv3 license.

About

REST WebService for guessit with json post

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%