Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pythai-scb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pythai-scb

Unofficial SCB Bank Account Balance Check

  • 1.0.4
  • Source
  • PyPI
  • Socket score

Maintainers
1

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:

  1. Get the list of all the bank accounts and their relevant information: account type, account number, account nickname and outstanding balance
  2. 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()

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc