API for Hype card holders
Project description
🌟 HypeAPI
Unofficial Python module for interacting with the HYPE card API.
📝 Notes
- HYPE only allows the use of one device at a time. Logging in with this module will disconnect you from the application and vice versa.
🚀 Usage
from hypebankapi import Hype, utils
from getpass import getpass
h = Hype()
h.login(EMAIL, getpass(), BIRTH-DATE) # Change EMAIL and BIRTH-DATE
# Wait for OTP code to arrive via SMS
h.otp2fa(int(input("OTP: ")))
profile = h.get_profile()
balance = h.get_balance()
card = h.get_card()
movements = h.get_movements(limit=50) # change the limit of transactions fetched
utils.save_json(profile, 'profile.json')
utils.save_json(balance, 'balance.json')
utils.save_json(card, 'card.json')
utils.save_json(movements, 'movements.json')
⚠️ Disclaimer
The contents of this repository are for informational purposes and the result of personal research. The author is not affiliated, associated, authorized, endorsed by, or in any way connected with Banca Sella S.p.A., or with its affiliated companies. All registered trademarks belong to their respective owners.
🙏 Acknowledgments
- @jacopo-j/HypeAPI for the API interface.
Contributing
Thank you for considering contributing to the HypeAPI project! Please read the Contributing Guidelines for more information on how to contribute.
Code of Conduct
We expect all contributors to adhere to the Code of Conduct. Please read it to understand the behavior we expect from our community members.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hypebankapi-1.0.1.tar.gz.
File metadata
- Download URL: hypebankapi-1.0.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c830cc2dc6ba82017a48ededaad7f70b13f950223ec89594e54b959e46ac1fe1
|
|
| MD5 |
ab64a38d3a0d1bd1c585ae94d9f6c6c4
|
|
| BLAKE2b-256 |
f5a380d06d00770b861840781b199a555af7e698ccb4752ff0d88d2714fd10f4
|
File details
Details for the file hypebankapi-1.0.1-py3-none-any.whl.
File metadata
- Download URL: hypebankapi-1.0.1-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f71e66f05797d9fdf5b7395df7747a2ac008adc177531e91e01bf6d3c03fc91
|
|
| MD5 |
560869671a334182ca1c9b4146038011
|
|
| BLAKE2b-256 |
0fd7da7f372d98ee72debd2d9d1c2b32a9b0ffbc0e27da6bcc6f4a4341ac19c8
|