Skip to content

nicwineburger/crossword

 
 

Repository files navigation

Crossword Stats Website Backend

build status Apache 2.0 license

This is a fork of keysog's crossword scraper and provides the backend for the crosswordstats.com website. We've hooked up this repo to an AWS CodeBuild application that pulls when there is a merge into main, builds the image, and pushes the new image to an AWS Lambda function that serves as our endpoint for the frontend to hit.

We made some changes to this backend to make it more performant for our needs. The frontend requests data in chunks and we fetch those chunks from the New York Times API at a slightly faster rate (though this might change in the future if the website has more traffice than expected).

If you have any requests or contributions please make a new branch and a PR. Feel free to contact me with any issues/ideas.

For more details on how this backend works please check out kesyog's original README as it has much more information.

About

Scraping personal NYT crossword stats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 74.8%
  • Python 21.1%
  • Dockerfile 3.7%
  • Shell 0.4%