A Letterboxd-compatible FilmAffinity scrapper.
Project description
filmAffinity to Letterboxd
Generates CSV file compatible with Letterboxd diary importer from FilmAffinity user's data given their ID.
This program is intended for personal use only; please ensure the person you are getting the data from consents to it beforehand and check which privacy and data protection regulations might apply before using the program to get data from other people.
Installation
Using pip
You can install fa-scrapper
using pip
(Python 3.5+):
pip install fa-scrapper
Then run
fa-scrapper [--csv FILE] [--lang LANG] id
Using Docker
You need to install Docker. Once installed, run:
docker docker pull fascrapperdev/fascrapper
docker run --name fa-container fascrapperdev/fascrapper fa-scrapper id
docker cp fa-container:/*.csv .
docker rm fa-container`
Getting your IDs
In order to get your FilmAffinity data you need to find out what your FilmAffinity ID is. There are different IDs for your user ratings and your lists.
How to get your user id
Go to your profile page and copy the user_id
field from the URL:
filmaffinity.com/es/userratings.php?user_id=
XXXXXX
How to get a list id
Go to the list pages (in the left menu), and access the list you want (it needs to be public).
You need to copy the list_id
field from the URL:
filmaffinity.com/es/mylist.php?list_id=
XXXXXX
Options
--list LIST
sets ID of the public list you want to export--csv FILE
sets CSV export file name toFILE
--lang LANG
sets language toLANG
. Letterboxd importer works best in English, the default option.
Troubleshooting
Could not set locale
: The script attempts to guess your locale setting given your platform. If it fails to do so you need to provide it yourself. On Linux you can get available locales by runninglocale -a
in your terminal.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fa-scrapper-0.2.0.tar.gz
.
File metadata
- Download URL: fa-scrapper-0.2.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.11.0-1020-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 710ddaa17d7c1aa1e1c412a60bf14b009ce5217f55dc5bd52083b28696f71d4e |
|
MD5 | c4b177c825b062783e947edaadf98520 |
|
BLAKE2b-256 | 81b282d57c43d80d9ef43f00dd7154f9bf2e73d002b044fd1f39cedae22f940c |
File details
Details for the file fa_scrapper-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: fa_scrapper-0.2.0-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.11.0-1020-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8025b2dead096d0e2b327bb1c6bb3f023c027a78d9454da370e15e2553eea5e |
|
MD5 | 746e9f32ce8aa04e35f6bb524dd24a5d |
|
BLAKE2b-256 | e7c666a1a22ac976f055eabc41bc0c13bbd78a14b0bd4249bd5250098998c5b7 |