Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

datatriadian/scraper-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraper Example

This is a minimal example of a web scraper that can be used as a "getting started" example as discussed in the 18-MAY-2021 Meetup.

Usage

Setup

First create a virtual environment and activate it

On Mac and Linux

python3 -m venv venv
. venv/bin/activate

On Windows

python -m venv venv
venv\Scripts\Activate.ps1

Then with the virtual environment activated install the requirements

pip install -r requirements.txt

Running

Run the scraper with

python scraper.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages