Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/anzcheck
Check account balance for Taiwanese ANZ credit cards
https://github.com/imrehg/anzcheck
Last synced: 12 days ago
JSON representation
Check account balance for Taiwanese ANZ credit cards
- Host: GitHub
- URL: https://github.com/imrehg/anzcheck
- Owner: imrehg
- Created: 2013-09-14T03:10:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-28T16:09:51.000Z (about 11 years ago)
- Last Synced: 2024-04-08T17:42:07.432Z (8 months ago)
- Language: Shell
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# ANZCheck
Check the credit card account balance with a script so it can be done automatically.
Credentials are the USERNAME (ARC or ID card number), USERID, and a code chosen by the user,
they are passed with environmental variables at the moment.
Eg. in Linux: export USERNAME=XXxxxxxxxx; export USERID=xxxxxx; export PASSWORD=xxxxxx;Fixing a bunch of small tidbits, and will eventually move to a single file Python solution.
## Dependencies
* Python 2.7.x
* BeautifulSoup4## WARNING
If you are modifying this, make sure you are not checking in your sensitive information into
git by accident!## License
Copyright (C) 2013 Gergely Imreh
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.