Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminp/httpswatch
https://github.com/benjaminp/httpswatch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminp/httpswatch
- Owner: benjaminp
- License: mit
- Created: 2015-01-18T20:35:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T19:17:32.000Z (over 2 years ago)
- Last Synced: 2024-10-14T21:53:37.746Z (3 months ago)
- Language: Python
- Homepage: https://httpswatch.com
- Size: 704 KB
- Stars: 99
- Watchers: 13
- Forks: 39
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- starred-awesome - httpswatch - (Python)
README
HTTPSWatch
==========.. image:: https://travis-ci.org/benjaminp/httpswatch.svg?branch=master
:target: https://travis-ci.org/benjaminp/httpswatchThis is the HTTPSWatch project, a retired website that tracks the HTTPS support of
prominent websites. This project is no longer under development.The code is fairly simple. Python 3.4 is required. The ``check_https.py`` script
generates a small static site from JSON data in the ``config/`` directories and
Jinja2 templates from the ``templates/`` directory.If you edit the HTML, please do not wrap HTML lines. (Paragraphs should be on
one line.)Once ``check_https.py`` has been run, you can run ``testing_server.py`` to view
the website at ``localhost:8000``.