Python script for STEEM and HIVE blockchains
Very simple script, it needs BEEM library installed. The script is an infinite loop that extract all the last hour active users on the STEEM/HIVE blockchain, and adds them into a file. Every hour it keeps adding users that are not on the file already, and that have done some activity recorded in the blockchain.
The script is very simple, and not "elegant" at all, but I wrote it in 20 minutes, so please be patient about this, I'll try to update it, and get it a bit more "elegant" when I'll get some time, for now it does it job with no issue ;)