Skip to content

CarliJoy/oekostrom-recherche

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.7%
  • Python 19.6%
  • Ruby 4.7%