Twitter Royale with Supabase
The libraries installed in this project are
You can install all dependecies with
pip install -r requireInstall.txt
Column of table EXAMPLE_TABLE
- id [ bigint, int8 ] NOT NULL
- character_id [ bigint int8 ] NOT NULL
- season [ bigint, int8 ] NULL
- name [ character varying, varchar ] NOT NULL
- image [ character varying, varchar ] NOT NULL
- killer_id [ bigint, int8 ] NULL
Please fill all the json from royale_example.json or create another file with this dicts, then locate the file. The next step explain how to do it.
The file call_keys.py need the keys via arguments or path, you can do either
paths = "example/royale_example.json"
keys = getKeysFromPath(paths)
Terminal:
python supabaseRoyale.py
keys = getKeysFromArguments()
Terminal:
python supabaseRoyale.py ./royale_example.json