Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filippo-fonseca/bioscraper

🦈 A simple web scraper to feed real-time data to researchers from reliable wildlife sources. Written in Python.
https://github.com/filippo-fonseca/bioscraper

chrome chrome-webdriver python selenium selenium-webdriver webscraper webscraper-api

Last synced: 17 days ago
JSON representation

🦈 A simple web scraper to feed real-time data to researchers from reliable wildlife sources. Written in Python.

Awesome Lists containing this project

README

        

# 🦈 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.](https://www.loom.com/share/f59fff8d6902440a8b2c0d61b3d3caba)

## Usage

**1. Clone the repository**

```bash
[email protected]: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:*

```py
PATH = "/Users/filippofonseca/Developer/SDKs/chromedriver"
```

NOTE: In the future, the `PATH` variable will be migrated to an environment variable.

Created by [**@FilippoFonseca**](https://https://www.twitter.com/FilippoFonseca) and [**@markmusic2727.**](https://www.twitter.com/markmusic2727)