Skip to content

RoWo-DS/oekostrom-recherche

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
python3 -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
python3 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 77.5%
  • Python 17.7%
  • Ruby 4.8%