This bot is a steem blockchain listener that stores data on last day upvotes (generally regarded to be reward pool abuse), it keeps track of who is distributing the most last day upvotes, who is recieving the most money from last day votes and how many unique accounts are voting on each users post. Data then graphically represented in pie charts.
- Download the file named
slve-x.whl
- Open the console and run the command
python -m pip install slve-x.whl
Type from slve import abuse_detection_steemit
to run the streamer
Type from slve import make_pie
to generate the pie charts. Note that this requires an IPython console.