Skip to content

Commit c5668d3

Browse files
author
Study Buffalo
authored
Update README.md
Adding background information to readme
1 parent ca0fd95 commit c5668d3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Alberta Blue Cross Drug Benefit List Extraction
22
This is a tool I use to extract data from the Alberta Blue Cross Drug Benefit List. That data is fed into the studybuffalo.com website database to allow users to quickly determine the prices of medications in Alberta, Canada.
3+
4+
## Program Details
5+
* The program was originally built using Python 2.7, but has been upgraded to 3.5
6+
* The program was one of the first ones I built, so there is significant opportunities for refactoring and optimizing (should time ever allow)
7+
* Program is currently built to work using an Unbuntu server and run automatically in the background using a cron job
8+
* To facilitate this, unipath is used to generate absolute directories based of a specified root
9+
* To minimize the work on the Alberta Blue Cross servers, the program is intended to only run once a month and to download the minimum amount of data possible. The robots.txt is adhered to and there is a 0.25s delay with each query to avoid blacklisting.

0 commit comments

Comments
 (0)