Honeygain.py

Latest version: v1.3.0

Safety actively analyzes 625010 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.3.0

**New features:**
* Added `Client.confirm_email(token: str)` to verify your account's email address using the token sent to you by e-mail.
* Added `Client.set_jt(enabled: bool, pub_addr: str = None)` to enable/disable JumpTask mode. `pub_addr` is optional as argument but required if you do not have a BSC wallet's public key set yet.
⚠️ Warning: this method might raise a `SecurityCheckException`, in which case you will need to authorize by using the following method, before trying again.
* Added `Client.authorize_email(code: str)` to authorize certain methods using a code you got by e-mail.

**New classes:**
* `SecurityCheckException` - This exception is raised when a method requires additional verification. Before retrying, you should authorize using the `Client.authorize_email` method.

**Full Changelog**: https://github.com/DismissedGuy/honeygain.py/compare/v1.2.0...V1.3.0

1.2.0

**New features:**
* You can now create new Honeygain accounts using the `Client.create_account` method.

**Bugs fixed:**
* Fixes `ValidationError` when fetching a profile for an account that has never set up JumpTask before
* `UserProfile.jumptask_mode` is now always a boolean, instead of being `None` in some edge cases

**Full Changelog**: https://github.com/DismissedGuy/honeygain.py/compare/v1.1.1...V1.2.0

1.1.1

**Bugs fixed:**
* The library will now no longer raise a `ValidationError` if one of your devices is in the "connected, waiting for traffic..." state.

**Full Changelog**: https://github.com/DismissedGuy/honeygain.py/compare/V1.1...v1.1.1

1.1

**New features:**
* You can now retrieve account notifications using the `Client.get_notifications()` method
* A new property was added, `Client.can_claim_credits`, which will tell you whether your daily credits can be claimed.
* You can now claim your daily credits using the `Client.claim_credits()` method (if `can_claim_credits` is True)

**New data structures:**
* `Notification` represents a single notification entry.

**Full Changelog**: https://github.com/DismissedGuy/honeygain.py/compare/v1.0...V1.1

1.0

🎉 The first release of Honeygain.py!

If you find any bugs, feel free to report 🙂

**Full Changelog**: https://github.com/DismissedGuy/honeygain.py/commits/v1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.