Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (21 loc) · 1.05 KB

🦈 BioScraper

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.

Video Demo

Check out a comprehensive video demo here.

Usage

1. Clone the repository

git@github.com:filippo-fonseca/bioscraper.git

2. 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.