Hi, I'm a python developer (trainee) and I was looking for a way to generate lightning invoices in my script, I found out that @getalby has an api to interact with your wallet, but I was wondering if there would be more ways. Can you think of any ideas of banckends or methods to generate lightning invoices inside a python script?
Use case: The app I'm designing is an event logger, where the user enters a series of parameters that at the end of the script are saved in a csv file, the idea is that each of these events has a price field and could be interpreted as an invoice that I would like to be able to generate with lightning.
I appreciate any guidance, thank you