Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmononen/icm-stats

A simple iCheckMovies statistics tool
https://github.com/mmononen/icm-stats

Last synced: about 2 months ago
JSON representation

A simple iCheckMovies statistics tool

Awesome Lists containing this project

README

        

# icm-stats
A simple unofficial iCheckMovies.com statistics tool.

## Usage
Run the script with Python3 and provide optional username as a command-line argument or edit the eligible username in code. The scripts writes a html file (year-month-day-icm-stats-username.html) by default, but optionally a plain textfile or printing to console is available.

## Statistics
* Top unfinished lists by completion percentage
* Top lists by rank
* Bottom lists by rank
* Lists under rank #1000
* Lists between ranks #1000 and #2000
* Big lists (1000+ movies) by rank
* Top lists by number of checked films
* Completed lists
* Unstarted lists
* All lists (in HTML output mode)

## Requirements
* Requests
* BeautifulSoup