Skip to main content

Language Crawler

Project description

langcrawler

PyPI Travis Coverage License

langcrawler is a language crawler written in Python.

Requirement

  • PostgreSQL >= 12.4
  • Python >= 3.8
  • Redis >= 6.0

Installation

Ubuntu

apt update
apt install -y python3-dev python3-pip python3-setuptools
pip install langcrawler

Windows

# Install Python, Microsoft Visual C++ and Windows SDK
pip install langcrawler

Updating

pip install langcrawler --upgrade

Running

langcrawler \
    --lang-type go,javascript,php,python,rust,typescript \
    --pg-address 127.0.0.1:5432 \
    --pg-login postgres/postgres \
    --redis-address 127.0.0.1:6379 \
    --redis-pass redis \
    --repo-count 10 \
    --repo-host gerrit,github,gitlab

Usage

usage: langcrawler [-h] [--lang-type LANG_TYPE] [--pg-address PG_ADDRESS]
                   [--pg-login PG_LOGIN] [--redis-address REDIS_ADDRESS]
                   [--redis-pass REDIS_PASS] [--repo-count REPO_COUNT]
                   [--repo-host REPO_HOST] [-v]

Language Crawler

optional arguments:
  -h, --help            show this help message and exit
  --lang-type LANG_TYPE
                        language type
  --pg-address PG_ADDRESS
                        postgres address (host:port)
  --pg-login PG_LOGIN   postgres login (user/pass)
  --redis-address REDIS_ADDRESS
                        redis address (host:port)
  --redis-pass REDIS_PASS
                        redis pass
  --repo-count REPO_COUNT
                        repository count
  --repo-host REPO_HOST
                        repository host
  -v, --version         show program's version number and exit

License

Project License can be found here.

Reference

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

langcrawler-0.0.1.tar.gz (10.5 kB view hashes)

Uploaded Source

Built Distribution

langcrawler-0.0.1-py2.py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 2 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