It’s sounds like you are asking if there are lightning wallets out their that already have a well supported python library to interface with their wallet. What you’d probably end up wanting to do is separate your AI application from the wallet. I just recently set up Damus + Zapplepay + mutiny wallet to allow me to zap posts (since apple forced the removal of the native zaps). This architect would be something you could study to figure out the best way to mover forward with your project.
Another project to look at is Zeus LN. https://github.com/ZeusLN I mention that project because you can see how their app interacts with a lighting node. You connect a node via LND Rest or LND Connect or c-lightning Rest. Anyways, long story short your application could interact with a lightning node via rest. Making http requests from python land is well supported to say the least.
Thanks. Will look into this. This is what I’m asking. Is there a well supported python library to interface their wallet. Because python is a language many people program in.
reply