You are viewing a single comment's thread from:

RE: Day of 2025-01-14

!IDD Absolutely. As far as I know there a two #python libraries for $HIVE.
There is beem and lighthive.

https://github.com/holgern/beem/tree/master

https://github.com/emre/lighthive/

The beem is a full fledged library with most things encapsulated in #classes.

Lighthive is just some class for account, hive and operations, anything else are just simple dictionary. Lighthive is nice to stream blocks. The eventlistener is super nice.
https://lighthive.readthedocs.io/en/latest/helpers.html#eventlistener-helper

Beem is like deprecated last change like at the inception of $HIVE, but lightwight saw changes to its code last year.

!BBH !ALIVE

Sort:  

Ah okay. I see now. Thanks for the info!