Commit 64fa833 1 parent 842c6ca commit 64fa833 Copy full SHA for 64fa833
File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# MBBank API for Python
2
2
A unofficially light weight Python Api for the "Military Commercial Joint Stock Bank" account
3
3
4
- ## why we have this lib ?
4
+ ## Why we have this lib ?
5
5
6
- Because I don't want to lose money on some api services like [ casso.vn] ( https://casso.vn/ )
6
+ Because I don't want to lose money on some api services like [ casso.vn] ( https://casso.vn/ ) or [ payos.vn] ( https://payos.vn/ )
7
+ when have freemium tier but with limit :>
8
+
9
+ what you need that it use this lib to make your own code so you can use it free forever
7
10
8
11
## Requires
9
12
[ tesseract (windows)] ( https://github.com/UB-Mannheim/tesseract/wiki )
@@ -66,4 +69,8 @@ asyncio.run(main())
66
69
```
67
70
and all this is return json for you have full control your data
68
71
72
+ ## Extra Info
73
+ - Payment QR Code Generator
74
+ - [ vietqr.io] ( https://vietqr.io/ )
75
+
69
76
![ Hits] ( https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fthedtvn%2FMBBank&count_bg=%2379C83D&title_bg=%23555555&icon=python.svg&icon_color=%23E7E7E7&title=Views+Counter&edge_flat=false )
Original file line number Diff line number Diff line change 1
1
from .main import MBBank
2
2
from .mbasync import MBBankAsync
3
3
4
- __version__ = '0.1.0 '
4
+ __version__ = '0.1.1 '
Original file line number Diff line number Diff line change 20
20
url = 'https://github.com/thedtvn/MBBank' ,
21
21
author = 'The DT' ,
22
22
packages = ["mbbank" ],
23
- install_requires = req
23
+ install_requires = req ,
24
+ include_package_data = True
24
25
)
You can’t perform that action at this time.
0 commit comments