I developed this .NET Cli application to help me understand helium hotspots more. It requires .Net 6 to be installed.
Current functions:
Notes:
beacon stats of hotspots in front semi-circle, in the past x minutes and y kilometers radius
dotnet HeliumCat.dll front <hotspot name or address> --past-m 10 --radius 5
beacon stats of hotspots in a radius
dotnet HeliumCat.dll radius <hotspot name or address> --past-h 12 --radius 5
beacon stats of hotspots in box area based on last 5 days witnessed locations
dotnet HeliumCat.dll box <hotspot name or address> --past-d 1
calculates the direction between two hotspots
dotnet HeliumCat.dll direction <hotspot1 name or address> <hotspot2 name or address>
shows witnessed stats of hotspot
dotnet HeliumCat.dll witnessed <hotspot name or address> --past-m 30
dotnet HeliumCat.dll witnessed <hotspot name or address> --past-h 2
dotnet HeliumCat.dll witnessed <hotspot name or address> --past-d 1
Lists the rewards transaction for a financial year with their respective USD value (based on Helium Price Oracle at the time of the transaction), with the option to get an idea of it in other exchange currencies. This feature is Only for information purposes.
dotnet HeliumCat.dll rewards <hotspot name or address> --fy 2022
dotnet HeliumCat.dll rewards <hotspot name or address> --fy 2022 --currency aud