Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/p4kl0nc4t/bni-api
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-at committed May 18, 2020
2 parents b3a278c + 5887f7e commit a80fbff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bni-api [![Build Status](https://travis-ci.com/p4kl0nc4t/bni-api.svg?branch=master)](https://travis-ci.org/p4kl0nc4t/bni-api) [![Known Vulnerabilities](https://snyk.io/test/github/p4kl0nc4t/bni-api/badge.svg)](https://snyk.io/test/github/p4kl0nc4t/bni-api) [![Maintainability](https://api.codeclimate.com/v1/badges/534cdafc6bac682b7e43/maintainability)](https://codeclimate.com/github/p4kl0nc4t/bni-api/maintainability)
# bni-api [![Build Status](https://travis-ci.com/p4kl0nc4t/bni-api.svg?branch=master)](https://travis-ci.com/p4kl0nc4t/bni-api) [![Known Vulnerabilities](https://snyk.io/test/github/p4kl0nc4t/bni-api/badge.svg)](https://snyk.io/test/github/p4kl0nc4t/bni-api) [![Maintainability](https://api.codeclimate.com/v1/badges/534cdafc6bac682b7e43/maintainability)](https://codeclimate.com/github/p4kl0nc4t/bni-api/maintainability)
To put it into perspective, bni-api is simply a Python wrapper for some of BNI's internet banking functionalities. However, it is not recommended for commercial use. This project is intended for small scale private usage. For commercial use, please prefer using BNI's official API <a href="https://www.bni.co.id/id-id/bisnis/perbankanbisnis/services/otherservices">here</a>.
## Installation
bni-api requires at least Python 3.7 due to the usage of f-strings literal and the `requests-html` module.
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ cssselect==1.1.0
fake-useragent==0.1.11
idna==2.8
lxml==4.4.1
parse==1.12.0
parse==1.12.1
pyee==6.0.0
pyppeteer==0.0.25
pyquery==1.4.0
requests==2.22.0
requests-html==0.10.0
six==1.12.0
soupsieve==1.9.2
tqdm==4.33.0
urllib3==1.25.3
soupsieve==1.9.3
tqdm==4.36.1
urllib3==1.25.5
websockets==8.0.2
w3lib==1.21.0

0 comments on commit a80fbff

Please sign in to comment.