Skip to main content

A Django app which crawls and imports race data from netkeiba.com

Project description

netkeiba

A reusable Django app which crawls and imports race data from netkeiba.com

Installation

  1. Install with pip
pip install netkeiba
  1. Add to your existing django project
# settings.py
INSTALLED_APPS = [
    ...
    'netkeiba'
]

You should now be able to use netkeiba commands and models.

Usage

Extract and import all data from races between 2018-01-01 ~ 2019-01-01

python manage.py pipeline --min-date 2018-01-01 --max-date 2019-01-01

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

netkeiba-0.0.3.tar.gz (42.7 kB view hashes)

Uploaded Source

Built Distribution

netkeiba-0.0.3-py3-none-any.whl (53.0 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