A set of ready-to-deploy Google Cloud Functions to parse Lodestone.
First of all, make sure you have a Google Cloud account with a local CLI available (https://cloud.google.com/sdk)
Deploy the desired function using:
gcloud functions deploy <name of the function to deploy (LodestoneCharacter, LodestoneCharacterSearch, ...)> --runtime go113 --trigger-http --allow-unauthenticated
If you want to set a specific region (like Japan for instance) for your deployment, add --region <region>
, list of available regions: https://cloud.google.com/functions/docs/locations