https://github.com/studybuffalo/rx_list
Program that extracts all pharmacists and pharmacies from the ACP website
https://github.com/studybuffalo/rx_list
python-3
Last synced: over 1 year ago
JSON representation
Program that extracts all pharmacists and pharmacies from the ACP website
- Host: GitHub
- URL: https://github.com/studybuffalo/rx_list
- Owner: studybuffalo
- License: gpl-3.0
- Created: 2017-02-25T14:07:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T05:40:42.000Z (over 9 years ago)
- Last Synced: 2025-01-09T03:39:25.622Z (over 1 year ago)
- Topics: python-3
- Language: Python
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharmacist and Pharmacy List
A python program that extracts all pharmacists and pharmacies from the Alberta College of Pharmacists website. The purpose of the program is to generate a more usable list for future projects as well as to track various statistics of pharmacy practice in Alberta.
# Running the Script
- The script has been designed and tested on Python 3.5 with the intention to upgrade to 3.6 at some point.
- The script needs to be run with the location of the configuration files passed in (makes automation and changes between systems easier).
- Currently the configuration files need to be the root with a logs and extracts folder in the same directory for all files to save properly
- The parent of the root directory needs a folder containing the "config" folder, which contains the "python_config.cfg" file with the required private credentials for the receiving database.
# To Do
- Update configuration files to allow better specification of where items will end up, where to access private configuration files
- Review if logging has been effective in this form or should be reworked