Files
crawl-prime/README.md
2023-09-27 23:06:47 +07:00

551 B

crawl-prime

Crawl all prime available on http://compoasso.free.fr/primelistweb/page/prime/liste_online_en.php

Installation

  1. Clone this repository:

    git clone https://github.com/tiennm99/crawl-prime.git
    cd crawl-prime
    
    
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate   # On macOS/Linux
    venv\Scripts\activate      # On Windows
    
  3. Install the dependencies:

     pip install -r requirements.txt
    
  4. Run the script:

     python main.py