/oekostrom-recherche

Primary LanguageJupyter NotebookMIT LicenseMIT

rowo_oekostrom_recherche

PyPI - Version PyPI - Python Version


Table of Contents

Installation

# clone repo
git clone https://github.com/CarliJoy/oekostrom-recherche.git
# go to the newly cloned folder
cd oekostrom-recherche
# create new python virtual environment
python -m venv .venv
# activate the python environment
source .venv/bin/activate
# install the requirements
pip install -r requirements.txt
# install the package
pip install -e .
# run the script
python src/rowo_oekostrom_recherche/combine.py

# The status is saved under scraped_data/combine_selections.csv

Usage

cd <folder of installation>
source .venv/bin/activate
python src/rowo_oekostrom_recherche/combine.py

License

rowo-oekostrom-recherche is distributed under the terms of the MIT license.