Skip to main content

SensCritique Takeout on PyPI

Project description

SensCritique Takeout

PyPI status Build status Code coverage Code Quality

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

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

senscritique-0.5.5.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

senscritique-0.5.5-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page