From 630e73dbad300abe3eaeb2eca83cd0936523df18 Mon Sep 17 00:00:00 2001 From: Clair Delafuente Date: Tue, 19 Aug 2025 17:34:44 +0000 Subject: [PATCH] Add more information to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a50e2..676bd1d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ I was asked to make an AppSettings archiver, so this should work as a rough attempt ... for now. # How to install -Copy `config.example.py` to `config.py`. Configure your destination directory, and your ROBLOSECURITY cookie if you wish to provide one. I would recommend using an alternate Roblox account, mostly out of precaution. Your ROBLOSECURITY is not transmitted to any third party with this script, only Roblox will see your ROBLOSECURITY. +Copy `config.example.py` to `config.py`. Configure your destination directory, and your ROBLOSECURITY cookie if you wish to provide one. I would recommend using an alternate Roblox account, mostly out of precaution. Your ROBLOSECURITY is not transmitted to any third party with this script, only Roblox will see your ROBLOSECURITY. Some additional configuration options if you want to configure them are for overwriting the AppSettings list with your own (it could really just be anything with JSON), and a log level if you want to make things a little noisier. This project uses [Poetry](https://python-poetry.org/), which has very clear documentation on how to install it: