Skip to content

dgutzmann/csu-utility-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSU Utility Scraper

NOTE: Currently only pulls gas

# Build a docker file
docker build -t csu .


# Run
docker run --rm \
 -p 8000:8000 \
 -e CSU_USERNAME=USERNAME \
 -e CSU_PASSWORD=PASSWORD \
 -it csu

You will need to wait a few moments for it to initially download the data prior to hitting:

http://localhost:8000/gas

About

Colorado Springs Utility Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.5%
  • Makefile 4.6%
  • Dockerfile 3.9%