Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

A c-lightning plugin that exports all payments to a CSV file

License

Notifications You must be signed in to change notification settings

0xB10C/c-lightning-plugin-csvexportpays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A c-lightning plugin to export your payments as csv

This plugin exports all payments you've made with your c-lightning node to a CSV file.

# Start `lightningd` with the plugin specified as: 
lightningd --plugin=path/to/csvexportpays.py

# To export your payments run:
lightning-cli csvexportpays <output_file> [seperator] [headers]
# where `<>` is required and `[]` is optional.

# Example: 
lightning-cli csvexportpays ~/export.csv , True

# The CSV file contains the columns 
["status", "description", "amount", "paid amount", "creation time", "payee", "invoice as bolt11"]

screenshot

This plugin is partly based on Rene Pickhardt's simpleFundsOverview

About

A c-lightning plugin that exports all payments to a CSV file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages