Skip to main content

Crawl algorithm problems from any website

Project description

Algo Crawler

pre-commit

Usage

  • Install Package

    pip install algo_crawler
    
  • Crawl Solution

    python3 -m algo_crawler -s BJ -u koosaga
    # {'user_id': 'koosaga', 'problem_codes': ['1000', '1001' ...]
    
  • Crawl Problem

    python3 -m algo_crawler -s BJ -p 1000
    # {'code': 'LC_1', 'level': '1', 'link': 'https://leetcode.com/problems/two-sum', 'title': 'Two Sum'}
    

Developer Setting

  • Developer setting

    pip install -r requirements.txt
    pre-commit install
    
  • Test

    python3 -m algo_crawler.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

algo_crawler-0.0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

algo_crawler-0.0.2-py3-none-any.whl (6.5 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