From 3222b1622cadc82e69553844c02e2d17c57311d3 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 16 Oct 2025 12:28:36 -0700 Subject: add deprecations.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 61ad4ee..de526d0 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ python generate.py This will generate JSONs for each scraped news site in the `news` directory +> [!IMPORTANT] +> The scraper codebase will always attempt to keep legacy code for compatability reasons. Please check `DEPREACATIONS.md` to see if there is a better way of getting some source of information. +> +> If there is no note for your game, it means that all modules only have up-to-date functionality + # Site The frontend acts as a news site that serves the scraped information. You'll need to configure the `.env` file using the template for it to work properly. ``` -- cgit v1.2.3