fa7ad / medicines-crawler

Get the medicine information by parsing the pharmaceuticals product list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

medicines-crawler

Get trade names and pharmaceutical group names from supported Pharmaceutical Companies by parsing their site.

The output data will be available as JSON.


Supported Companies

  • ACME Laboratories Ltd.
  • BIOPHARMA Ltd. * (This one is a bit fragile)
  • Incepta Pharmaceuticals Ltd.
  • Square Pharmaceuticals Ltd.

Please contribute so that we can add more companies to this list. Make a PR or an Issue to help out.

Usage

Just download and run crawler.py

python3 crawler.py

Alternatively you can make the file executable and run it

chmod +x crawler.py
./crawler.py

Note

If you don't want to download and run the app yourself you can just use my files in the output_data directory live from GitHub. I will try to keep them up to date as much as I can.

About

Get the medicine information by parsing the pharmaceuticals product list

License:MIT License


Languages

Language:Python 100.0%