/crawl-prime

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

Primary LanguagePythonMIT LicenseMIT

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