Skip to content

An application that scans top Indian medicine sites for the medicine and returns a list of them with the lowest price.

Notifications You must be signed in to change notification settings

nirajitpramanik/med-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Med Scanner

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.

Steps to run this program

  1. Create a virtual environment:
  • python -m venv env
  1. Activate the environment:
  • Windows: env\Scripts\activate
  • Linux/Mac: source/env/activate
  1. Install all dependencies
  • pip install -r requirements.txt
  1. Run the program
  • python main.py

About

An application that scans top Indian medicine sites for the medicine and returns a list of them with the lowest price.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages