thelvaen/lessons-converter

By thelvaen

Updated over 1 year ago

converts google sheet sign language lessons to JSON for VRChat integration

Image
Integration & delivery
0

284

thelvaen/lessons-converter repository overview

lesson-converter

You can use this to convert a CSV File from GoogleSheets to the required format for the Hppedeaf/Thelvaen lesson prefab for VRChat.

Sample docker compose

version: '3.8'

services:
  lessons-converter:
    image: thelvaen/lessons-converter:latest
    environment:
      - CSV_URL=http://example.com/source.csv
      - GIT_URL=https://github.com/your/repo.git
      - OUTPUT_FILENAME=lessons.json
      - GIT_USERNAME=your-git-username
      - GIT_PASSWORD=your-git-password
      - SSH_KEY_PATH=/path/to/ssh/key
      - AUTHOR_NAME=Author
      - [email protected]
      - VERBOSE=true
    volumes:
      - /path/to/ssh/key:/path/to/ssh/key:ro

Tag summary

Content type

Image

Digest

sha256:ab9a0fa97

Size

7 MB

Last updated

over 1 year ago

docker pull thelvaen/lessons-converter