How can I report my earnings on steemit to the IRS?

Hey everyone. I'm @berniesanders the fun guy. I run quite a few accounts on steemit and it is working out really well for me to downvote minnows. Could anyone please assist me with how I can report my earnings on steemit to the IRS and to my parole officer. Here are all my accounts that I can think of(although I have more)

So far I thought to write a script that calculates my revenue and then I'm going to use AWS SES to email the reports to my parole officer and to the IRS. Here is the code that I use to loop over all my users:


#!/usr/bin/env python3

import os



usernames = ["berniesanders","abusereports","steemservices" ,"thecyclist","engagement","ngc","nextgencrypto","thedelegator", "introduce.bot"]

for user in usernames:
    run_for_user = "python3 estimator-log.py" + " " + user
    os.system(run_for_user)
    

Coin Marketplace

STEEM 0.16
TRX 0.15
JST 0.028
BTC 56478.46
ETH 2384.59
USDT 1.00
SBD 2.34