Scriping, maybe in lua to create custom dynamic variables
under review
Jan Rydval
I would like to see a way to integrate Soulver with external dynamic values - like Home Assistant states (temperatures, barometric pressure, ...), crypto tokens not supported by Soulver by default, and any other number that can be scraped somewhere with a bit of scripting. Lua might be a good option, given its small memory footprint and wide adoption.
Best regards,
Jan
Richard Brier
I've seen Lua. Interesting. I would suggest Python since it's a little less bondage and discipline than Lua for scripting.
Zac @ Soulver
under review
Thanks for the suggestion Jan. I've been experimenting with inline JavaScript "tokens" (like line references, but that run scripts which produce a value, including the ability to access web-based APIs).