Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/questionlp/wwdtm_slugify
Python script used to generate slug strings for guests, hosts, panelists and scorekeepers in the Wait Wait Stats Database
https://github.com/questionlp/wwdtm_slugify
python python3 script wwdtm
Last synced: about 1 month ago
JSON representation
Python script used to generate slug strings for guests, hosts, panelists and scorekeepers in the Wait Wait Stats Database
- Host: GitHub
- URL: https://github.com/questionlp/wwdtm_slugify
- Owner: questionlp
- License: apache-2.0
- Created: 2019-12-19T20:32:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T02:49:27.000Z (4 months ago)
- Last Synced: 2024-09-17T06:23:38.594Z (4 months ago)
- Topics: python, python3, script, wwdtm
- Language: Python
- Homepage: https://stats.wwdt.me
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wait Wait Don't Tell Me! Stats Database Slugify
## Overview
Python script that scans through the guest, host, panelist and scorekeeper tables in an instance of the [Wait Wait... Don't Tell Me! Stats Page](http://stats.wwdt.me/) database and generates slug strings for any of those that are missing.
## 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, hosting a version of the aforementioned Wait Wait Don't Tell Me! Stats database## License
This library is licensed under the terms of the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).