Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/filippo-fonseca/bioscraper
- Owner: filippo-fonseca
- Created: 2020-12-14T22:06:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T18:35:30.000Z (about 4 years ago)
- Last Synced: 2025-01-13T14:31:45.970Z (24 days ago)
- Topics: chrome, chrome-webdriver, python, selenium, selenium-webdriver, webscraper, webscraper-api
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)