Skip to content

zackproject/anime_royale

Repository files navigation

Twitter Royale with Supabase

Install libraries

The libraries installed in this project are

pyVersion310 pyVersion310 pyVersion310 pyVersion310

You can install all dependecies with

pip install -r requireInstall.txt

Supabase database table

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

Fill the keys

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.

How to call the keys

The file call_keys.py need the keys via arguments or path, you can do either

Way 1 - 'paths' variable

paths = "example/royale_example.json"
keys = getKeysFromPath(paths)

Terminal:

python supabaseRoyale.py

Way 2 - arguments

keys = getKeysFromArguments()

Terminal:

python supabaseRoyale.py ./royale_example.json

Releases

No releases published

Packages

No packages published

Languages