A cache & aggregator for user ratings from iMDB and other sources. https://unwind.dumpr.org/
Find a file
ducklet 380d6ff186 fix: support new user ratings page markup
We use __NEXT_DATA__ from the page to find the user's latest rated
movies.
We found that at least in one case (of a Video Game) the movie details
were wrong. Normally this shouldn't be a problem though because we know
all the movies already and we keep the values we already have. Otherwise
the data from __NEXT_DATA__ seems more accurate and complete.
2024-07-21 14:46:45 +02:00
alembic feat: use Alembic to initialize the database 2024-05-19 02:25:36 +02:00
scripts rename scripts 2024-05-11 19:45:39 +02:00
tests fix: support new user ratings page markup 2024-07-21 14:46:45 +02:00
unwind fix: support new user ratings page markup 2024-07-21 14:46:45 +02:00
unwind-ui run update 2024-07-14 15:47:24 +02:00
.dockerignore refactor: use .python-version for docker build 2024-05-10 17:01:18 +02:00
.editorconfig chore: update dependencies & scripts 2024-05-10 00:13:01 +02:00
.git-blame-ignore-revs add auto-formatting of tests to .git-blame-ignore-revs 2023-02-04 18:16:43 +01:00
.gitignore add scripts to build & run with Docker 2023-11-29 18:01:01 +01:00
.python-version upgrade to Python 3.12 2023-11-26 17:09:07 +01:00
alembic.ini feat: add Alembic 2024-05-18 18:54:46 +02:00
Dockerfile feat: run alembic patches at container start 2024-05-20 16:52:37 +02:00
entrypoint.sh feat: run alembic patches at container start 2024-05-20 16:52:37 +02:00
poetry.lock run update 2024-07-14 15:47:24 +02:00
Procfile add Vue UI [wip] 2021-07-28 23:08:10 +02:00
pyproject.toml run update 2024-07-14 15:47:24 +02:00
README.md init with some kind of working prototype 2021-06-15 19:09:21 +02:00
run support local scripts & env in run script 2021-08-06 12:30:06 +02:00

Unwind

A cache & aggregator for user ratings from iMDB and other sources.

Users are spread across many platforms and most platforms allow very limited access to their data.
This service aims to offer one interface for all that data and open up access.