Hey, could anyone point me in the right direction for emulating the same data from subnet s list with python?
I used to screen scrape subnet s list and then augment some additional data like subnet weight.
However, I seem to have an issue getting the right values for subnet emission.
Here's what I have so far:
I used to grab weight for the subnet like so:
float(subtensor.get_emission_value_by_subnet(netuid=subnet_id)get_emission_value_by_subnet() seems to be depreciated
When initially designing the new btcli, we wanted it to be basically standalone and not be used for scripts or an SDK, but it would be fairly trivial to add response data in a dict/list/bool for each of the commands, so the response data could be used in scripts.
Question by @sirouk in Church of Rao:
When initially designing the new btcli, we wanted it to be basically standalone and not be used for scripts or an SDK, but it would be fairly trivial to add response data in a dict/list/bool for each of the commands, so the response data could be used in scripts.