Hi Beancount users,
we started a new project "Awesome Beancount"
(
https://github.com/wzyboy/awesome-beancount), which tends to be a
collection of various Beancount tricks and tips, giving new users a
head start when learning command-line double-entry accounting and
using Beancount for the first time. For now, it's just a collection of
a few Beancount importers.
Why a new project when Martin has already written LedgerHub (now
merged back in Beancount)? It seems that LedgerHub / Beancount
supports only standardized bill formats like OFX. I am not sure, but
according to Wikipedia, OFX is rarely used outside the North America.
I live in China and I have never heard of any banks in China providing
OFX (or similar open standards) access. Every bank and financial
service has its own format of "bills", making users have to write
their own scripts to parse them. Within a shared user base, these
scripts could be re-used with minor modifications, saving new users a
lot of time if they want to start using Beancount.
Since all these private formats of bills are not standardized formats,
code to parse them are of course "dirty code" and highly
service-specific, making them not suitable to be merged in Beancount
project. Thus we started a separate project to host them.
If your banks do not support open formats like OFX, you are welcome to
contribute to this project, sharing your scripts with other Beancount
users!
--
Zhuoyun Wei