This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several fixes. Added Weboob library as a submodule. Updated the readme.
- Loading branch information
1 parent
8aa1833
commit 2ee1b63
Showing
9 changed files
with
100 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "app/libraries/weboob"] | ||
path = app/libraries/weboob | ||
url = git://git.symlink.me/pub/romain/weboob-stable.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
turtl - Bank account aggregator | ||
=============================== | ||
|
||
|
||
Requiremed libraries | ||
-------------------- | ||
Clone the following libraries into a libraries folder (next to the main app folder). | ||
|
||
- lithium | ||
```jinja | ||
git clone git://github.com/UnionOfRAD/lithium.git | ||
``` | ||
- li3_swiftmailer | ||
```jinja | ||
git clone git://github.com/greut/li3_swiftmailer.git | ||
``` | ||
- li3_flash | ||
```jinja | ||
git clone git://github.com/rich97/li3_flash.git | ||
``` | ||
- swiftmailer | ||
```jinja | ||
git clone https://github.com/swiftmailer/swiftmailer.git | ||
``` | ||
|
||
Todo | ||
---- | ||
|
||
- More bank connectors based on the weboob tools. | ||
- Graphics | ||
- Mail summaries | ||
|
||
License | ||
------- | ||
|
||
You can reuse this code as you want and modify it as you seem fit. Just give the copyright when due. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule weboob
added at
b3e1c4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.