Backup your account information from the filmweb.pl
website.
Clone the repo:
▶ git clone --depth=1 https://github.com/kdybicz/filmweb-backup.git
Setup environment:
▶ make clean setup
To run the backup script:
▶ pipenv run python cli.py -t <_artuser_prm cookie>
The JWT tokens used by filmweb.pl
is fairly short-lived, so to make the backup to work, especially for accounts with a bigger amount of rated movies, we need to use a "session cookie" that works like a refresh token. That way, if one JWT token expires new one will be requested. The cookie that holds this "session" is called _artuser_prm
.
You can find it using Chrome inspector: