Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/questionlp/reports.wwdt.me_v2
Wait Wait... Don't Tell Me! Reports Site Version 2
https://github.com/questionlp/reports.wwdt.me_v2
flask python python3 reports wwdtm
Last synced: 3 months ago
JSON representation
Wait Wait... Don't Tell Me! Reports Site Version 2
- Host: GitHub
- URL: https://github.com/questionlp/reports.wwdt.me_v2
- Owner: questionlp
- License: apache-2.0
- Created: 2022-05-12T14:25:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T03:37:02.000Z (3 months ago)
- Last Synced: 2024-07-31T05:44:45.464Z (3 months ago)
- Topics: flask, python, python3, reports, wwdtm
- Language: Python
- Homepage: https://reports.wwdt.me
- Size: 354 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - questionlp/reports.wwdt.me_v2 - Wait Wait... Don't Tell Me! Reports Site Version 2 (Python)
README
# Wait Wait Don't Tell Me! Reports
## Overview
Flask-based web application that serves up a collection of reports based on collected statistics and details for the NPR weekly quiz show [Wait Wait... Don't Tell Me!](http://waitwait.npr.org).
## Requirements
- Python 3.10 or newer
- MySQL Server 8.0 or newer (or another MySQL Server distribution based on MySQL Server 8.0 or newer) or MariaDB Server 11.4.2 or newer *(Experimental)***Note:** Experimental support for MariaDB Server is only available starting with version 2.10.0 of the application. Older versions of MariaDB Server are not supported.
Also, due to potential incompatibilities with the divergence of MySQL and MariaDB, including the Python Connector libraries, support for MariaDB may not be feasible in the long term.
## Installation
Refer to [INSTALLING.md](./INSTALLING.md) for information on how to set up an instance of this web application that can be served through NGINX and Gunicorn.
## Changes
For changelogs, refer to [CHANGELOG.md](./CHANGELOG.md).
## Contributing
If you would like contribute to this project, please make sure to review both the [Code of Conduct](./CODE_OF_CONDUCT.md) and the [Contributing](./CONTRIBUTING.md) documents in this repository.
## License
This web application is licensed under the terms of the [Apache License 2.0](./LICENSE).
Original version of the Apache License 2.0 can also be found at: .