Skip to main content

A Python framework to build web scraping applications.

Project description

katatachi

PyPI version

A Python framework to build web scraping applications.

Problem Statement

  • I want to
    • Scrape contents (images, texts, etc) from places on the web (RSS, Twitter, parsing HTML, etc)
    • Moderate and modify them internally on a web UI
    • Expose them in a public API
  • Without having to re-implement, for different scraping applications
    • Reliable "cron" jobs that scrape the content
    • A pipeline that processes the contents stage by stage
    • Internal web UIs that allow human to moderate the contents as a pipeline stage

Solution

This is a Python framework that extracts out common components in the scraping, processing and moderating of web contents, and provides interfaces for programmers to implement "business logic" with, so that they can build reliable and easy-to-use web scraping applications in less time.

Getting started

WIP (https://github.com/k-t-corp/katatachi/issues/124)

Development

Prerequisites

  • Python 3.9
  • Make

Prepare virtualenv

make venv

Develop

make deps

Test

make test

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

katatachi-1.0.1.tar.gz (1.2 MB view hashes)

Uploaded source

Built Distribution

katatachi-1.0.1-py3-none-any.whl (1.2 MB view hashes)

Uploaded py3

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