Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eigenfoo/cryptics
A dataset of cryptic crossword clues, collected from various blogs and digital archives.
https://github.com/eigenfoo/cryptics
cryptic-crossword-clues cryptic-crosswords cryptics data dataset
Last synced: 3 months ago
JSON representation
A dataset of cryptic crossword clues, collected from various blogs and digital archives.
- Host: GitHub
- URL: https://github.com/eigenfoo/cryptics
- Owner: eigenfoo
- License: mit
- Created: 2021-05-23T16:50:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T04:02:00.000Z (about 2 years ago)
- Last Synced: 2024-10-15T01:24:58.391Z (3 months ago)
- Topics: cryptic-crossword-clues, cryptic-crosswords, cryptics, data, dataset
- Language: Jupyter Notebook
- Homepage: https://cryptics.georgeho.org
- Size: 3.9 MB
- Stars: 26
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.pandoc-markdown-css-theme.txt
Awesome Lists containing this project
README
# A Dataset of Cryptic Crossword Clues
> `cryptics.georgeho.org` is a dataset of cryptic crossword clues,
> collected from various blogs and digital archives.This repository contains:
- The [`cryptics`](https://github.com/eigenfoo/cryptics/tree/main/cryptics)
Python library to scrape various cryptic crossword blogs and parse the
scraped blog posts into a structured dataset of cryptic crossword clues.
- The [`docs`](https://github.com/eigenfoo/cryptics/tree/main/docs),
[`static`](https://github.com/eigenfoo/cryptics/tree/main/static) files and
[`templates`](https://github.com/eigenfoo/cryptics/tree/main/templates)
needed to generate the static site for documentation.
- Miscellaneous
[`scripts`](https://github.com/eigenfoo/cryptics/tree/main/scripts) and
[`queries`](https://github.com/eigenfoo/cryptics/tree/main/queries) to
publish and deploy the Datasette instance.For more information, please see [`cryptics.georgeho.org`](https://cryptics.georgeho.org/).
## License
This dataset is made available under the [Open Database License](http://opendatacommons.org/licenses/odbl/1.0/).
A human-readable summary is [available here](https://opendatacommons.org/licenses/odbl/summary/).
Any rights in individual contents of the database are licensed under the [Database Contents License](http://opendatacommons.org/licenses/dbcl/1.0/).HTML and CSS code was modified from [`pandoc-markdown-css-theme`](https://github.com/jez/pandoc-markdown-css-theme),
which is licensed under the [Blue Oak Model License](https://blueoakcouncil.org/license/1.0.0).
The remainder of the code is licensed under the [MIT License](https://mit-license.org/).## Colophon
`cryptics.georgeho.org` is written in a mix of Python, Bash and SQL
and is run on my personal laptop.The data is published using [Datasette](https://datasette.io/) and deployed on
a [Fly Trial Plan](https://fly.io/). Datasette has been remarkably easy to work
with and a pleasure to use.The documentation is a static site adapted from
[`pandoc-markdown-css-theme`](https://github.com/jez/pandoc-markdown-css-theme).