https://github.com/biern/movierank
https://github.com/biern/movierank
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/biern/movierank
- Owner: biern
- Created: 2012-01-03T16:47:52.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-04T15:30:02.000Z (over 14 years ago)
- Last Synced: 2023-04-12T18:26:51.724Z (about 3 years ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
About
=====
Python script that recognizes movie titles in given directories, finds them in online web services and generates HTML report with sorted titles, their ranking and links.
Installation
============
- Requires Python2.7 or higher.
::
sudo python setup.py install
Usage examples:
===============
Show help::
movierank -h
Scan current directory, generate 'movierank.html' report file and run it in browser (uses 'xdg-open' to determine browser)::
movierank -r
Scan given directories write output to 'some_file.html' ::
movierank some_dir/a some_other_dir . -o some_file.html
Force reloading every title, do not use cached data ::
movierank -f
Generate histogram in report and show it (requires 'matplotlib' and 'numpy') ::
movierank -r -hi