diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:28:36 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:28:36 -0700 |
| commit | 3222b1622cadc82e69553844c02e2d17c57311d3 (patch) | |
| tree | 4b0a10766d20d30861629642fad489f79344a520 /README.md | |
| parent | 686883a39c7fcc99fb376e315cd83d9ede9d7173 (diff) | |
add deprecations.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. ``` |
