Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adorsys-gis/report-sscrap
https://github.com/adorsys-gis/report-sscrap
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/adorsys-gis/report-sscrap
- Owner: ADORSYS-GIS
- Created: 2023-11-15T11:29:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T09:34:19.000Z (11 months ago)
- Last Synced: 2024-11-04T07:35:08.512Z (15 days ago)
- Language: Jupyter Notebook
- Size: 527 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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
```