mirror of
https://github.com/tiennm99/crawl-prime.git
synced 2026-06-09 10:13:04 +00:00
551 B
551 B
crawl-prime
Crawl all prime available on http://compoasso.free.fr/primelistweb/page/prime/liste_online_en.php
Installation
-
Clone this repository:
git clone https://github.com/tiennm99/crawl-prime.git cd crawl-prime -
Create a virtual environment:
python -m venv venv source venv/bin/activate # On macOS/Linux venv\Scripts\activate # On Windows -
Install the dependencies:
pip install -r requirements.txt -
Run the script:
python main.py