From 40a6ffbb0d0e01f4635b79a81a1d33ce7e752d54 Mon Sep 17 00:00:00 2001 From: Bottersnike Date: Fri, 4 Feb 2022 01:22:50 +0000 Subject: [PATCH] Update readmes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..39a9d89 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# eaapi + +In order to run this code, some encryption keys need loaded in. I have opted to not include them in +this repo because I didn't really feel like doing that. May or may not change that stance later. + +For now, copy `eaapi/keys.template.py` to `eaapi/keys.py`, and fill in the blanks. If you're +following along with docs, you already have the values you need. Otherwise, I trust you can figure +out somewhere to find them. `CARDCONV_KEY` is only required if you plan to make use of `cardconv`.