RE: Steem Account CSV exporter

You are viewing a single comment's thread from:

Steem Account CSV exporter

in steemit โ€ขย  5 years agoย 

Awesome script. ๐Ÿ™Œ Thank you! ๐Ÿ™๐Ÿป

I'm just learning Python and blockchain. It is a nice script to play around and practice.

Currently it exits on all custom_json's and claim_account operations.

So, it means that this script currently does not support all those fancy tokens. ๐Ÿ˜‚

{'required_auths': ['scorer'
    ], 'required_posting_auths': [], 'id': 'ssc-mainnet1', 'json': '[
        {
            "contractName": "tokens",
            "contractAction": "stake",
            "contractPayload": {
                "symbol": "LEO",
                "quantity": "2.240",
                "to": "scorer"
            }
        },
        {
            "contractName": "tokens",
            "contractAction": "stake",
            "contractPayload": {
                "symbol": "CCC",
                "quantity": "1.5565",
                "to": "scorer"
            }
        },
        {
            "contractName": "tokens",
            "contractAction": "stake",
            "contractPayload": {
                "symbol": "NEOXAG",
                "quantity": "0.00107160",
                "to": "scorer"
            }
        },
        {
            "contractName": "tokens",
            "contractAction": "stake",
            "contractPayload": {
                "symbol": "LOTUS",
                "quantity": "0.03263501",
                "to": "scorer"
            }
        },
        {
            "contractName": "tokens",
            "contractAction": "stake",
            "contractPayload": {
                "symbol": "BUILD",
                "quantity": "1.004",
                "to": "scorer"
            }
        }
    ]', 'trx_id': 'a6c8bba98a5f34244bcae42b6be7496fbf90a880', 'block': 40557151, 'trx_in_block': 23, 'op_in_trx': 0, 'virtual_op': 0, 'timestamp': '2020-02-05T15: 42: 45', 'account': 'scorer', 'type': 'custom_json', '_id': 'e1cb5ce3f1c4d564e2303120b0cafb86ad7d8e09', 'index': 35468
}
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order: ย 
ย  ยท ย 5 years agoย (edited)

It does not. At the moment I've only added the OPs that my own account has. I could reference with another account to add the new fancy features that I haven't added.

And I still need to find out what OP it doesn't catch correctly, as it has a slight missmatch at the end. I posted the script for others to build on, so it's far from a completed tool :)