Skip to content

ADORSYS-GIS/report-sscrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Scrappiers Project

This project aims to show GIS Students how to configure and get insights from different websites across the world, without hussle.

Project initialisation

  • First clone the project:

    git clone [email protected]:ADORSYS-GIS/report-sscrap.git
  • Setup venv:

    python3 -m venv venv # python for those who have only python on their machines
  • Activate the venv:

    source venv/bin/activate
  • Install requirements

    pip install -r requirements.txt

Getting started

  • If your project contains an app.py file, run it simply

    python3 app.py
  • If your project contains a jupyter notebook, then you need to run jupyter first

    jupyter notebook