pythai-scb-unofficial
Description
PyThaiSCB is an unofficial python library to pull bank account balances data from SCB (Siam Commercial Bank) Easy Net website using Selenium webdriver. Using web crawling under the hood, the function call is slow as it depends solely on the performance of SCB Easy Net website.
Available features:
- Get the list of all the bank accounts and their relevant information: account type, account number, account nickname and outstanding balance
- Feel free to reach out to me to request for more features !
Disclaimer
This is a non-profit project that was initiated to solve the pain of having no official open APIs made available from the bank. The library DOES NOT keep your credentials. Nevertheless, use it at your own risk.
Installation
pip install pythai-scb
Usage
from pythai_scb import PyThaiSCB
scb_acc = PyThaiSCB(username='your_scbeasynet_username', password='your_scbeasynet_password')
bank_acc_df = scb_acc.get_account_bal_df()
Release files for pythai-scb 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pythai_scb-1.0.4.tar.gz | 88.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pythai_scb-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 177.6 MB
Release files / pythai_scb-1.0.4.tar.gz
| Download URL | pythai_scb-1.0.4.tar.gz |
|---|---|
| Size | 88.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
813c1d460c6a04570740616b422bcc2db90f30d8c0a86017caae37c9dfa0a42c
|
|
BLAKE2b-256 checksum How to use checksums |
2705bdae09028ebf2484438fc89f4c09123feadf1a46e2b45368409dc9f66b05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.11
|
Release files / pythai_scb-1.0.4-py3-none-any.whl
| Download URL | pythai_scb-1.0.4-py3-none-any.whl |
|---|---|
| Size | 89.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe45dcfa2413f6147ce066309afd35e40183f2dc7935dc0bc9e8dd5b20c7cd09
|
|
BLAKE2b-256 checksum How to use checksums |
f898fca106ca546fc7b0a472b6a183744e8f49256fd352a6b1751d7dedcffc24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.11
|