andymeneely / squib

A Ruby DSL for prototyping card games.
http://squib.rocks
MIT License
917 stars 67 forks source link

Google Sheets support #353

Closed LouisDeconinck closed 2 years ago

LouisDeconinck commented 2 years ago

It would be nice to import data from Google Sheets automatically.

I followed these examples: https://github.com/andymeneely/squib/wiki/Automatic-Google-Sheets-CSV-Export and https://github.com/andymeneely/squib/issues/164

But none of them worked, I get the following error:

deck.rb:5:in `initialize': Invalid argument @ rb_sysopen - GOOGLESHEETSLINK (Errno::EINVAL)
        from deck.rb:5:in `open'
        from deck.rb:5:in `<main>'
andymeneely commented 2 years ago

See #164, also https://github.com/andymeneely/squib/discussions/350