Skip to content

Python script that scrapes api.openshift.com and creates an html file with the latest OpenShift versions available

License

Notifications You must be signed in to change notification settings

openshifttips/openshift-versions

Repository files navigation

openshift-versions

Run the python script to generate an html page with the list of the latest OpenShift 4 versions.

See it live at versions.openshift.tips

Install

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

source .venv/bin/activate
python versions.py

Then, copy the html somewhere to be served by any web server.

About

Python script that scrapes api.openshift.com and creates an html file with the latest OpenShift versions available

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published