Skip to main content

同人音声の部屋 (http://doonroom.blog.jp/) Unofficial DB

Project description

doonroom_db

PyPI version

release DB scheduled release

Maintainability pre-commit.ci status

Install

pip install doonroom-db

Build DB

$ ddb
Download pages? >> y
...

Log

log: issued sql statements are written

SQL Schema (SQLite3)

page {
  page_id integer,
  article_link text,
  post_date text,
  title text,
  body text,
  rating integer, -- `99` when the page is unrated
  category text,
  type text -- [dojin|hypno|other]
}

link {
  page_id integer,
  buy_link text,
  type text -- [dlsite|fanza|other]
}
tag {
  page_id integer,
  tag text
}
play {
  page_id integer,
  play text
}

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

doonroom_db-0.1.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

doonroom_db-0.1.0-py3-none-any.whl (7.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