Skip to content

rgruberski/python-simple-web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Scraping Example

Web Scraping example code for educational purposes. The project was used during the presentation about the web scraping method, organized as part of regular meetings of the DataWorkshop Tri-City group.

Requirements

Python 3.6+

How to run it?

Run terminal, clone the repository and enter to the newly created directory

user@host:~$ git clone https://github.com/rgruberski/python-simple-web-scraping.git
user@host:~$ cd python-simple-web-scraping

Create a virtual environment

user@host:~$ python3 -m venv venv

Install required libraries (packages)

user@host:~$ pip install -r requirements.txt

Run

user@host:~$ python scraper.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages