SensCritique Takeout
This repository contains Python code to export your data from SensCritique.com.
Installation
The code is packaged for PyPI, so that the installation consists in running:
pip install senscritique
Usage
Library (« collection »)
A library can be downloaded as follows:
import senscritique
# Download in JSON format the library of the given user
data = senscritique.parse_and_cache(user_name='wok', data_type='collection')
Reviews (« critiques »)
Reviews can be downloaded as follows:
import senscritique
# Download in JSON format the reviews of the given user
data = senscritique.parse_and_cache(user_name='wok', data_type='critiques')
Rankings (« listes »)
Rankings can be downloaded as follows:
import senscritique
# Download in JSON format the rankings of the given user
data = senscritique.parse_and_cache(user_name='wok', data_type='listes')
References
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
senscritique-0.5.5.tar.gz
(7.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file senscritique-0.5.5.tar.gz.
File metadata
- Download URL: senscritique-0.5.5.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
848df5d88b7c375ebeaf648147d0d87827ba4e240bdbac03c6553533288a1774
|
|
| MD5 |
f803346d568b2c7553f8ad6edfe96a41
|
|
| BLAKE2b-256 |
c2e4bc0922ec6207e9323c579fd87c0d8c4980dc59eb02877a9653cab109bcf9
|
File details
Details for the file senscritique-0.5.5-py3-none-any.whl.
File metadata
- Download URL: senscritique-0.5.5-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15920e4c0660e1a3ceaf36c090351d42719fe7516e77cd1efe26e0c6d1299bab
|
|
| MD5 |
3d3727fa715f6909ab5665190b66ff97
|
|
| BLAKE2b-256 |
49acf54a50563527dda7fa94c289abed09b88f5e72b6df0d1327105cfb102054
|