- License:
AGPLv3 or later
Pengar is a work in progress.
Installation
Get the code:
git clone https://github.com/joar/pengar.git && cd pengarInstall python-virtualenv:
sudo apt-get install python-virtualenv virtualenv . && source bin/activateInstall dependencies:
python setup.py develop
Usage
$ pengar debug
Social security number: 9010240000
Passcode:
INFO:pengar.swedbank:Requesting CSRF token...
INFO:pengar.swedbank:Submitting SSN login form...
INFO:pengar.swedbank:Submitting code...
INFO:pengar.swedbank:Requesting accounts...
{{ account data }}
INFO:pengar.swedbank:Requesting account 1, page 1
INFO:pengar.swedbank:Requesting account 1, page 2
INFO:pengar.swedbank:Requesting account 1, page 3
{{ transaction data }}
or if you want to put the results in a database for easy querying:
$ pengar update
[...]
then
sqlite3 pengar.sqlite
and then you can execute queries on the data:
SELECT note,
SUM(amount),
COUNT(amount)
FROM transaction
GROUP BY note
ORDER BY SUM(amount);
note |
sum |
count |
|---|---|---|
ICA SUPERMARKET |
-6948 |
28 |
Överföring Spar, 3k |
-6000 |
2 |
Dalpay.is |
-1712 |
1 |
Bankomatuttag |
-1500 |
1 |
Thank you
Björn Sällarp whose code I inspected to get the URLs to Swedbank’s mobile site
requests authors, without you my code would have been twice as unreadable
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pengar-0.1.1.tar.gz
(1.9 kB
view details)
File details
Details for the file pengar-0.1.1.tar.gz.
File metadata
- Download URL: pengar-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8fc48c4bc65e38b56a8df5733c9e5546d24ae7ecec6ae18d86f7c9dd51fa194
|
|
| MD5 |
0f564042d948988790182df1894ffd9b
|
|
| BLAKE2b-256 |
604a95e248f0423bcf932213932b3f94ee9c0dd5b3975fb81a32eba5b75463a0
|