https://github.com/roadsideseb/geldmaschine
Automate checking bank balances using splinter & selenium.
https://github.com/roadsideseb/geldmaschine
Last synced: 9 months ago
JSON representation
Automate checking bank balances using splinter & selenium.
- Host: GitHub
- URL: https://github.com/roadsideseb/geldmaschine
- Owner: roadsideseb
- License: mit
- Created: 2013-10-19T10:42:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T13:57:15.000Z (about 6 years ago)
- Last Synced: 2024-04-16T03:32:52.183Z (about 2 years ago)
- Language: Python
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
============
Geldmaschine
============
.. image:: https://travis-ci.org/elbaschid/geldmaschine.png?branch=master
:target: https://travis-ci.org/elbaschid/geldmaschine
.. image:: https://pypip.in/d/geldmaschine/badge.png
:target: https://crate.io/packages/geldmaschine?version=latest
.. image:: https://d2weczhvl823v0.cloudfront.net/elbaschid/dockbot/trend.png
Travelling around and living in different countries has lead to me having bank
account in a few countries. Checking the balances for each account in each
country is teadious and boring. As a developer with an appreciation for TDD,
I've used tools like `splinter`_ and the underlying `selenium`_ for testing and
though it would be a great fit for automating the process.
What this little tool currently does:
* List all the available account scrapers.
* Scrape the account balance for one of all configured accounts.
* Print a summary (including converted currencies) to the console.
Installation
------------
It's not yet on PyPI and the handling of account credentials is not handled
nicely, yet. But with that, I'll add some installation instructions.
Supported Banks
---------------
* Germany
** MLP
** Deutsche Bank
* Australia
** NAB
** UBank
** 28degrees
** Australian Ethical
* Canada
** Coast Capital
License
-------
``geldmaschine`` is released under the `MIT license`_.
.. _`MIT license`: https://github.com/elbaschid/geldmaschine/blob/master/LICENSE