Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anze3db/banks
CLI shortcuts for common operations in online banks
https://github.com/anze3db/banks
Last synced: 2 months ago
JSON representation
CLI shortcuts for common operations in online banks
- Host: GitHub
- URL: https://github.com/anze3db/banks
- Owner: anze3db
- Created: 2018-11-21T21:53:14.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T08:22:41.000Z (9 months ago)
- Last Synced: 2024-04-14T04:24:35.660Z (9 months ago)
- Language: Python
- Size: 180 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banks CLI 🏦
I hate bank software. It's horrible, slow and annoying to deal with. This project is my attempt at making my life a bit easier. It's a simple command line tool that helps me out with the following tasks
- Navigate to the transfer page.
- Export monthly reports.
- Covert exported files (csv, xsl) to unified csv.
## Instructions:1. Install pipenv.
2. Clone the repository.
3. Get the Selenium chromedriver
4. Create a `config.ini` file based on `config.ini.example`.
5. run `./banks`## Example
```
$ ./banks
usage: banks [-h] {login,transfer,export,convert} ...Access your bank in a jiffy. 🚀
options:
-h, --help show this help message and exitOptions:
{login,transfer,export,convert}
Choose an action to perform.
login Login to online banking. 🔒
transfer Create a new domestic transfer. 💸
export Export transactions. 📋
convert Convert exported transactions. 🔁
```