Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mmononen/icm-stats
- Owner: mmononen
- License: mit
- Created: 2022-06-21T18:55:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T18:01:37.000Z (over 2 years ago)
- Last Synced: 2023-03-05T08:23:20.722Z (almost 2 years ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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