-

@ Hakuna | HODLmeTight
2025-06-09 20:51:44
I've created a few Python scripts for Lightning node runners and put them on GitHub! Check out "Lightning-Python-Tools": https://github.com/TrezorHannes/Lightning-Python-Tools
It includes several scripts, a few highlights as example:
- fee_adjuster.py: Uses LNDg and Amboss data to create your own fee heuristics.
- pocketmoney.py: Sets up recurring payments via LNBits, great for allowances.
- peerswap-lndg_push.py: Shows Peerswap channels in your LNDg dashboard and logs swap history.
- boltz_swap-out.py: A CLI tool for submarine swaps from your most outbound-heavy channels, using LNDg data.
This is open-source, so feel free to fork it, create pull requests, or suggest improvements. I'm looking forward to your feedback and ideas for other useful tools!