A simple web scraper to feed real-time data to researchers from reliable wildlife and biology sources.
IB MYP Criterion D - Wildlife Tracking Research Lab (Biology 9 S1).
Written in Python.
Check out a comprehensive video demo here.
1. Clone the repository
[email protected]:filippo-fonseca/bioscraper.git2. Install all dependencies
You must have selenium installed on your local machine.
3. Change PATH to Chrome WebDriver
Make sure you change the PATH variable in main.py to link to your chromdiver on your local machine. If you do not have it, you must install it.
Example:
PATH = "/Users/filippofonseca/Developer/SDKs/chromedriver"NOTE: In the future, the PATH variable will be migrated to an environment variable.
Created by @FilippoFonseca and @markmusic2727.