This repository is a web scraper that searches the World Wide Web in India for pharmacies online for searching medicines and sorting them at the lowest price. The backend utilises OpenMPI for parallel computing and thus reducing time taken for web scraping.
- Create a virtual environment:
- python -m venv env
- Activate the environment:
- Windows: env\Scripts\activate
- Linux/Mac: source/env/activate
- Install all dependencies
- pip install -r requirements.txt
- Run the program
- python main.py