hledger icon indicating copy to clipboard operation
hledger copied to clipboard

Integrate With Open Collective when possible.

Open zontyp opened this issue 8 years ago • 4 comments

Open Collective looks awesome and could be the future of companies.

It encourages being transparent about your finances.

Hledger should track open collective api release. Once opencollective has an api - hledger should integrate with the opencollective api.

zontyp avatar Apr 20 '17 17:04 zontyp

Agreed, that will be a great feature. An addon command might be the easiest place to prototype it. How about experimenting with some other APIs that exist already (paypal ?)

simonmichael avatar Apr 20 '17 18:04 simonmichael

(See also http://hackage.haskell.org/package/paypal-rest-client or http://hackage.haskell.org/package/paypal-api)

simonmichael avatar Apr 20 '17 18:04 simonmichael

This issue is done, isn't it?

nobodyinperson avatar Dec 02 '22 21:12 nobodyinperson

We use Open Collective to collect funds for the hledger project, but I think this issue is about developing an integration making it easy for hledger users to import data from Open Collective.

They do seem to have an API now, https://docs.opencollective.com/help/contributing/development/api, so this would be a matter of someone building a client, or more likely finding an existing one and writing up a how-to for using it with hledger.

Related: here are CSV rules and the manual download process and makefile I currently use.

simonmichael avatar Dec 06 '22 03:12 simonmichael