Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adorsys-gis/report-sscrap


https://github.com/adorsys-gis/report-sscrap

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 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:
```shell
git clone [email protected]:ADORSYS-GIS/report-sscrap.git
```

- Setup venv:
```shell
python3 -m venv venv # python for those who have only python on their machines
```

- Activate the venv:
```shell
source venv/bin/activate
```

- Install requirements
```shell
pip install -r requirements.txt
```

## Getting started
- If your project contains an `app.py` file, run it simply
```shell
python3 app.py
```

- If your project contains a jupyter notebook, then you need to run jupyter first
```shell
jupyter notebook
```