New: transactionbuilderAll contenthive-129948hive-196917krhive-180932steemhive-150122hive-183959hive-185836zzanhive-144064hive-101145hive-166405hive-184714hive-188619photographyhive-183397uncommonlabhive-145157bitcoinhive-103599hive-139150steem-atlashive-180301krsuccesshive-170554TrendingNewHotLikerssttest2 (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': '…