Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/questionlp/wwdtm_uniquedates
Script that lists out the unique months and days of months that Wait Wait... Don't Tell Me! shows have aired
https://github.com/questionlp/wwdtm_uniquedates
data python python3 script wwdtm
Last synced: 27 days ago
JSON representation
Script that lists out the unique months and days of months that Wait Wait... Don't Tell Me! shows have aired
- Host: GitHub
- URL: https://github.com/questionlp/wwdtm_uniquedates
- Owner: questionlp
- License: apache-2.0
- Created: 2020-03-01T21:40:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T03:26:42.000Z (over 2 years ago)
- Last Synced: 2024-10-27T17:51:08.680Z (3 months ago)
- Topics: data, python, python3, script, wwdtm
- Language: Python
- Homepage: https://stats.wwdt.me
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wait Wait Don't Tell Me! Unique Show Dates
## Overview
A script that generates a report of show dates broken out by month and
day of month for all shows and for all regular (non-Best Of and non-Repeat)
shows pulled from a copy of the
[Wait Wait... Don't Tell Me! Stats Page](http://stats.wwdt.me) database.## Requirements
- Python 3.6 or newer (Python 2.x is not supported)
- MySQL or MariaDB database containing data from the Wait Wait... Don't Tell
Me! Stats Page database## License
This library is licensed under the terms of the
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).