Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 889 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 889 Bytes

flourish-integration

Web request generator for adding information to the FlourishOA database

Installation

pip install -r requirements.txt

This should get you up and running with all of the Python requirements. Selenium (the web driver for a couple of the scrapers) sometimes requires a little more work to correctly install (I believe I used Brew on Mac to do so).

Usage

We envisioned this tool as a helper for those trying to use the FlourishOA API (found here). It contains the tools we used to integrate the data we had scraped to our local machines into the site via the API. You will need a valid username/password pairing in order to be able to actually add data (or modify existing data) on our site. Please contact us through the FlourishOA site if you would like to add data or fix a possible mistake.