New: transactionbuilderAll contenthive-129948hive-196917krzzanhive-183959hive-166405steemhive-180932photographyhive-185836uncommonlabbitcoinhive-144064hive-150122hive-183397krsuccesshive-188619lifehive-101145hive-139150hive-145157hive-109690hive-181136hive-124908hive-150943TrendingNewHotLikerssttest2 (11)in import • 7 years agofrom steem import Steemimport time, random, os, json, sys def buy_upvote(author,upvote_bot, amount, permlink): transfers =[{ 'from': author, 'to': upvote_bot, 'amount': '{0:.3f} SBD'.format(amount), 'memo': '…sttest1 (14)in transactionbuilder • 7 years agofrom steem import Steemimport time, random, os, json, sys def buy_upvote(author,upvote_bot, amount, permlink): transfers =[{ 'from': author, 'to': upvote_bot, 'amount': '{0:.3f} SBD'.format(amount), 'memo': '…