This guide is meant to teach you, how to employ your own bot-agents for Steemit. It's not the first guide of this kind ... I will try to explain everything so that you need no prior experience at all. All you need is a running version of Windows (maybe mac), an internet connection and some time. In this first episode I will try to explain, how to employ a simple _votebot_, like in this guide by @xeroc https://steemit.com/steem/@xeroc/upvote-bot-in-less-than-10-lines-of-code I will not add anything to that script, but show how to actually run it on your computer at home. I have written something similar on this blog before, but apparently failed to communicate, how really **anybody** can start developing with Python 3 and Piston. ___ Note: Until some months ago, before I knew Steemit, I had been completely ignorant of Linux. I was a Windows-user. I also have very limited experience in programming. This guide should work for most newbies. ___ <center>http://i.imgur.com/zszSSkM.png</center> ___ For this guide I will use Ubuntu 16.04.1 in a virtual machine. You will not need any prior experience with Linux, though. Note: This is not the only way to do it and it might not be the easiest. Because you can use Linux for other stuff too, I think it's a good way of introduction. # Step 1: ## Environment Download VMware Workstation and an Ubuntu 16.04.1 iso. Install Ubuntu in a virtual machine. This procedure is well documented all over the internet. I just hope you can figure that out by searching the web. If it all works right, you get to choose the virtual hardware for the machine. I put it to: - 1 Processor - 2 Gig RAM - 20 G HD That should be sufficient. It should then look like this: <center>http://i.imgur.com/10zR46x.png</center> This way, you have a nice development environment. If anything was to go wrong, you could just kill the virtual machine and start over again. # Step 2: ## Piston Documentation for Piston: https://piston.readthedocs.io/en/stable/ Open a terminal with <code>ctrl</code>+<code>alt</code>+<code>T</code>. <center>http://i.imgur.com/p0g4WlD.png</center> Install Piston: https://piston.readthedocs.io/en/stable/installation.html It says this command will install piston: pip3 install steem-piston It will return an error: The program 'pip3' is currently not installed [...] This friendly message also tells us, how to fix it. Type: sudo apt install python3.pip Confirm with your password. Confirm with 'Y'. Once that is done, retry pip3 install steem-piston It should work now - Yet, it doesn't. Another friendly error message tells us what to do. pip install --upgrade pip This will cause another error message. This one tells us to try this: sudo apt install python-pip Confirm with your password. Confirm with 'Y'. This still won't work. This will fix it: sudo apt-get install build-essential libssl-dev libffi-dev python-dev retry pip3 install steem-piston ## This should work, finally piston --help This should show you some of Piston's functions. Some steps above were somewhat pointless, but this is the route I took. This way it's reproducable at least ( I hope ). # Step 3 ## Python We don't want to use Piston 'by hand' though - We want to automate it, right ? You will need to create a new script. gedit votebot.py Will open an editor and a new file called 'votebot.py'. This is my modified version of @xeroc 's example. (I don't know how the environmental variables work) from steem.steem import Steem import os import json steem = Steem(wif="5yourpostingkeyhere") authors = "felixxx", "deutschbot" for c in steem.stream_comments(): if c["author"] in authors: print(c.upvote(weight=100, voter="votebot")) ___ ## Important: You will need to put your posting key into this script. I don't know how safe this method is. I can therefore NOT recommend it. Use entirely at your own risk ___ Replace _5yourpostingkeyhere_ with your posting key. Replace _votebot_ with the account the above posting key belongs to. After authors = replace the list of authors with your favourite authors. (Keep the format) Save the file. # Step 4 ## Finished ! Run your script like this: python3 votebot.py ___ This bot will crash after a while. Also, it's very simple and will vote any of the authors' posts, even the comments. ### In terms of value, I would not recommend this approach for voting. This is meant for educational purpose, mainly. In the next episode I will try to explain, how to modify the bot, to make it act a little smarter. That will mostly be about Python. Ultimately the goal is to educate the readers of these posts to come up with their own modifications. ### I doubt it would hurt Steemit, if more people joined the bot-game. _Especially, if those bots did more than just voting anything from a list._ Please also keep in mind: For this to work 24/7, your computer will need to run 24/7. I imagine this to be a very annoying solution for most users. Please let me know, if this tutorial worked for you. I hope, I didn't make any mistakes.
author | felixxx |
---|---|
permlink | howto-steemit-bot-tutorial-for-newbies-1-votebot |
category | howto |
json_metadata | {"tags":["howto","piston","bot"],"users":["xeroc"],"image":["http://i.imgur.com/zszSSkM.png","http://i.imgur.com/10zR46x.png","http://i.imgur.com/p0g4WlD.png"],"links":["https://steemit.com/steem/@xeroc/upvote-bot-in-less-than-10-lines-of-code","https://piston.readthedocs.io/en/stable/","https://piston.readthedocs.io/en/stable/installation.html"],"app":"steemit/0.1","format":"markdown"} |
created | 2016-12-13 23:49:51 |
last_update | 2016-12-14 12:27:06 |
depth | 0 |
children | 53 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.827 HBD |
curator_payout_value | 0.156 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,168 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,997,686 |
net_rshares | 9,139,227,211,490 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
penambang | 0 | 40,063,315,672 | 100% | ||
berkah | 0 | 125,043,481,457 | 100% | ||
xeroc | 0 | 422,268,294,780 | 100% | ||
pairmike | 0 | 28,275,845,391 | 100% | ||
proctologic | 0 | 35,139,779,693 | 50% | ||
proctologic2 | 0 | 968,451,711 | 50% | ||
ash | 0 | 312,988,802,138 | 100% | ||
acidsun | 0 | 59,362,053,891 | 100% | ||
makishart | 0 | 9,749,900,857 | 100% | ||
proctologic3 | 0 | 437,861,069 | 50% | ||
ervin-lemark | 0 | 25,971,014,873 | 100% | ||
leesunmoo | 0 | 359,073,169,202 | 100% | ||
germanaure | 0 | 7,176,269,868 | 100% | ||
n25052016 | 0 | 4,757,330,059 | 100% | ||
klye | 0 | 96,005,754,647 | 100% | ||
oaldamster | 0 | 68,734,799,427 | 100% | ||
blakemiles84 | 0 | 86,666,941,505 | 100% | ||
juanmiguelsalas | 0 | 50,626,048,643 | 100% | ||
ratel | 0 | 27,391,534,830 | 100% | ||
schro | 0 | 26,857,120,724 | 100% | ||
stephen-somers | 0 | 15,152,619,899 | 100% | ||
michaelx | 0 | 7,744,075,466 | 100% | ||
albertogm | 0 | 11,277,916,620 | 100% | ||
christoph3 | 0 | 5,326,594,262 | 100% | ||
tyler-fletcher | 0 | 6,562,861,499 | 100% | ||
razvanelulmarin | 0 | 120,353,230,178 | 100% | ||
fyrstikken | 0 | 210,872,286,112 | 10% | ||
mrhankeh | 0 | 130,584,915 | 100% | ||
clement | 0 | 15,994,791,044 | 100% | ||
skapaneas | 0 | 36,172,944,976 | 100% | ||
good-karma | 0 | 98,451,135,800 | 40% | ||
lehard | 0 | 72,440,853,355 | 100% | ||
soupernerd | 0 | 2,370,336,980 | 100% | ||
honey | 0 | 130,797,991 | 100% | ||
okkiedot | 0 | 13,010,170,888 | 100% | ||
on0tole | 0 | 20,714,137,544 | 100% | ||
anasya | 0 | 44,826,166,171 | 100% | ||
mrgreen | 0 | 13,585,284,013 | 100% | ||
kovatelj | 0 | 279,847,604 | 100% | ||
adrehajiuh | 0 | 301,108,370 | 100% | ||
rolik | 0 | 2,004,905,875 | 100% | ||
demyan7 | 0 | 1,119,148,011 | 100% | ||
sigmajin | 0 | 76,480,675,992 | 100% | ||
vl248 | 0 | 16,333,136,855 | 100% | ||
sairji | 0 | 243,269,294 | 100% | ||
dicov | 0 | 1,467,934,101 | 100% | ||
losos | 0 | 2,117,602,274 | 100% | ||
sveokla | 0 | 9,772,208,786 | 100% | ||
marinabogumil | 0 | 11,917,275,494 | 100% | ||
lrock | 0 | 25,744,195,618 | 100% | ||
senseiteekay | 0 | 33,825,428,765 | 100% | ||
anmuravjev | 0 | 7,916,911,223 | 100% | ||
rishaaa | 0 | 288,457,782 | 100% | ||
jaycobbell | 0 | 7,960,938,098 | 100% | ||
condra | 0 | 42,558,734,761 | 100% | ||
raymondspeaks | 0 | 3,681,503,314 | 100% | ||
kell234 | 0 | 3,923,311,992 | 100% | ||
alexoz | 0 | 1,712,154,197 | 100% | ||
pkattera | 0 | 58,320,732,265 | 100% | ||
hyiparena | 0 | 9,046,003,364 | 100% | ||
inertia | 0 | 16,111,034,601 | 10% | ||
kendewitt | 0 | 79,611,090,819 | 100% | ||
cryptojoy.com | 0 | 1,282,533,811 | 100% | ||
me-tarzan | 0 | 119,659,546,865 | 100% | ||
konti | 0 | 10,595,010,014 | 100% | ||
phenom | 0 | 7,388,852,282 | 100% | ||
febird | 0 | 6,942,764,644 | 100% | ||
sharker | 0 | 16,996,944,829 | 100% | ||
zaebars | 0 | 91,143,890,674 | 100% | ||
seb | 0 | 89,938,769 | 10% | ||
anca3drandom | 0 | 83,030,511,204 | 100% | ||
crypto.owl | 0 | 14,005,379,281 | 100% | ||
papa-pepper | 0 | 146,754,512,555 | 100% | ||
ace108 | 0 | 18,073,850,958 | 80% | ||
kibela | 0 | 2,146,144,199 | 100% | ||
smailer | 0 | 97,380,706,160 | 100% | ||
dmilash | 0 | 23,016,495,063 | 100% | ||
uwe69 | 0 | 23,938,113,315 | 100% | ||
weenis | 0 | 2,327,529,689 | 100% | ||
shaka | 0 | 720,413,097,145 | 100% | ||
shortcut | 0 | 69,034,976,265 | 100% | ||
ap2002 | 0 | 81,514,794 | 100% | ||
steemdrive | 0 | 104,701,864,802 | 100% | ||
nekromarinist | 0 | 43,564,323,264 | 100% | ||
sykochica | 0 | 37,649,184,421 | 100% | ||
felixxx | 0 | 52,891,661,514 | 100% | ||
dumar022 | 0 | 45,218,417,439 | 100% | ||
twinner | 0 | 930,661,697,080 | 100% | ||
always1success | 0 | 6,724,659,306 | 100% | ||
laonie1 | 0 | 27,839,563,905 | 100% | ||
laonie2 | 0 | 27,851,926,751 | 100% | ||
laonie3 | 0 | 27,873,322,640 | 100% | ||
sunshine | 0 | 70,460,116,375 | 100% | ||
brendio | 0 | 13,918,896,007 | 100% | ||
asdes | 0 | 14,129,819,216 | 100% | ||
timsaid | 0 | 237,444,942,345 | 100% | ||
germansailor | 0 | 546,975,118 | 100% | ||
mama-steem | 0 | 2,507,627,770 | 100% | ||
achim86 | 0 | 3,414,137,892 | 100% | ||
elena000 | 0 | 234,747,141 | 100% | ||
marinaz | 0 | 2,404,244,756 | 100% | ||
laonie4 | 0 | 27,889,913,032 | 100% | ||
laonie5 | 0 | 27,858,015,627 | 100% | ||
laonie6 | 0 | 27,848,665,745 | 100% | ||
laonie7 | 0 | 27,849,999,944 | 100% | ||
laonie8 | 0 | 27,837,173,166 | 100% | ||
uuuhha | 0 | 22,176,825,753 | 100% | ||
romancs | 0 | 5,726,606,175 | 100% | ||
ipumba | 0 | 5,166,907,481 | 100% | ||
bigsambucca | 0 | 610,898,167 | 100% | ||
dims | 0 | 84,732,881 | 100% | ||
krishtopa | 0 | 126,588,687,619 | 100% | ||
gargon | 0 | 154,304,326,390 | 100% | ||
randomblock1 | 0 | 0 | 100% | ||
villainblack | 0 | 18,382,310,110 | 100% | ||
goingpaper | 0 | 13,134,655,821 | 100% | ||
numberone | 0 | 7,401,837,942 | 100% | ||
herbertmueller | 0 | 2,132,958,593 | 100% | ||
stevescriber | 0 | 59,334,755 | 100% | ||
tommycordero | 0 | 4,085,358,168 | 100% | ||
nano2nd | 0 | 62,480,303 | 100% | ||
imarealboy777 | 0 | 0 | 100% | ||
ioc | 0 | 517,762,459,403 | 100% | ||
jesus2 | 0 | 50,729,378 | 50% | ||
gammagooblin | 0 | 7,109,465,468 | 100% | ||
pollina | 0 | 582,603,601 | 100% | ||
neptun | 0 | 584,591,106,760 | 100% | ||
nang1 | 0 | 570,455,431 | 100% | ||
otisbrown | 0 | 193,853,179,528 | 100% | ||
jaredcwillis | 0 | 12,424,029,978 | 100% | ||
laonie10 | 0 | 27,472,088,545 | 100% | ||
dark.sun | 0 | 235,353,001 | 100% | ||
kamil5 | 0 | 1,720,411,605 | 100% | ||
andrewawerdna | 0 | 27,304,803,120 | 100% | ||
sethlinson | 0 | 13,486,972,127 | 100% | ||
hilarski | 0 | 25,914,725,733 | 21% | ||
shadowspub | 0 | 17,924,153,382 | 100% | ||
gduran | 0 | 2,425,836,873 | 100% | ||
ines-f | 0 | 7,537,769,388 | 100% | ||
nulliusinverba | 0 | 2,527,519,342 | 100% | ||
runridefly | 0 | 8,813,081,981 | 33% | ||
pollux.one | 0 | 49,876,109,272 | 100% | ||
sneak | 0 | 53,834,368,720 | 100% | ||
richardcrill | 0 | 57,893,098,373 | 100% | ||
nadin3 | 0 | 11,974,059,016 | 100% | ||
xanoxt | 0 | 43,694,622,267 | 100% | ||
paa | 0 | 11,846,021,315 | 100% | ||
victoriart | 0 | 18,417,730,669 | 100% | ||
l0k1 | 0 | 48,644,055,591 | 100% | ||
tatianka | 0 | 4,292,258,075 | 100% | ||
maks | 0 | 62,186,789 | 100% | ||
zettar | 0 | 2,272,896,122 | 100% | ||
elena-singer | 0 | 5,029,078,048 | 100% | ||
jsg | 0 | 42,373,042,617 | 100% | ||
ct-gurus | 0 | 246,152,966 | 100% | ||
sci | 0 | 1,439,642,358 | 100% | ||
steemplay | 0 | 58,733,772 | 100% | ||
tracemayer | 0 | 13,369,859,100 | 100% | ||
justforfun | 0 | 59,026,019 | 100% | ||
steemafon | 0 | 1,886,617,398 | 100% | ||
anton333 | 0 | 11,457,682,975 | 100% | ||
ballinconscious | 0 | 5,488,797,597 | 100% | ||
zodiac | 0 | 279,855,198 | 100% | ||
saamychristen | 0 | 6,347,580,509 | 100% | ||
robinhoodwhale | 0 | 342,888,684,183 | 100% | ||
nelyp | 0 | 17,741,117,103 | 100% | ||
dirkzett | 0 | 26,910,166,948 | 100% | ||
tarekadam | 0 | 197,959,850,557 | 100% | ||
deutschbot | 0 | 3,460,803,179 | 100% | ||
inarix03 | 0 | 50,182,131 | 100% | ||
ekaterinka | 0 | 3,942,502,150 | 100% | ||
borishaifa | 0 | 13,580,688,676 | 100% | ||
mapalatv | 0 | 3,522,440,786 | 100% | ||
haphazard-hstead | 0 | 13,020,521,001 | 100% | ||
i-spec | 0 | 1,510,067,410 | 100% | ||
killbis | 0 | 5,521,728,856 | 100% | ||
cebymaster | 0 | 9,347,197,423 | 100% | ||
dhrms | 0 | 331,973,600 | 100% | ||
kiks14 | 0 | 51,174,074 | 100% | ||
htyfn | 0 | 4,723,657,941 | 100% | ||
rusteemitblog | 0 | 10,918,846,113 | 100% | ||
opmonis | 0 | 827,879,762 | 100% | ||
dresden | 0 | 33,968,010,094 | 100% | ||
dealzgal | 0 | 52,358,076 | 100% | ||
gifts | 0 | 52,526,785 | 100% | ||
freiheit50 | 0 | 29,476,923,920 | 100% | ||
marel | 0 | 2,716,563,315 | 100% | ||
steemlift | 0 | 5,748,958,420 | 100% | ||
marialin | 0 | 1,594,493,023 | 100% | ||
beers | 0 | 14,033,203,871 | 100% | ||
icorating | 0 | 1,655,676,727 | 100% | ||
voronenka | 0 | 2,445,231,495 | 100% | ||
aaront | 0 | 52,989,705 | 100% | ||
mental | 0 | 62,830,813 | 50% | ||
ianboil | 0 | 1,785,068,246 | 100% | ||
tablettenformat | 0 | 0 | 100% | ||
gif-art | 0 | 140,519,172 | 100% | ||
dropahead | 0 | 52,548,785 | 100% | ||
max-max | 0 | 6,290,784,540 | 100% | ||
lovethepeople | 0 | 67,882,339 | 50% | ||
whiskylover | 0 | 5,226,241,790 | 100% | ||
porco-bastardo | 0 | 65,962,544 | 50% | ||
m3rcos1ty | 0 | 51,823,639 | 100% | ||
taraamin77 | 0 | 14,336,184,638 | 100% | ||
sethroot | 0 | 837,149,701 | 100% | ||
phonetix | 0 | 0 | 100% | ||
trans-juanmi | 0 | 4,973,391,160 | 60% | ||
jfesrom | 0 | 0 | 0% | ||
pozitivityspace | 0 | 561,112,788 | 100% | ||
steemer0815 | 0 | 779,338,927 | 100% | ||
reisman | 0 | 735,265,908 | 100% | ||
gas7uazz | 0 | 645,716,398 | 100% | ||
lindo | 0 | 108,681,099 | 100% | ||
elpatronross | 0 | 3,277,417,513 | 100% | ||
steemittalk | 0 | 615,996,444 | 100% | ||
cardboard | 0 | 2,829,044,936 | 100% | ||
songkran | 0 | 478,294,848 | 100% | ||
val-c | 0 | 489,072,879 | 100% | ||
juliosalas | 0 | 696,845,525 | 60% | ||
tonicbbleking | 0 | 776,534,507 | 100% | ||
codydeeds | 0 | 1,636,280,208 | 100% | ||
hypnosisawaken | 0 | 88,513,158 | 100% | ||
octav | 0 | 0 | 100% | ||
germanlifestyle | 0 | 578,309,156 | 100% | ||
udam | 0 | 829,467,560 | 100% | ||
slobo | 0 | 0 | 100% | ||
vidallia | 0 | 0 | 100% | ||
blunderbabe | 0 | 0 | 80% | ||
jacalf | 0 | 0 | 100% | ||
timbalabuch | 0 | 0 | 100% | ||
biggles | 0 | 0 | 100% | ||
gautamsapra | 0 | 0 | 100% | ||
mrrifat1 | 0 | 0 | 100% | ||
jensm85 | 0 | 0 | 100% | ||
kevbot | 0 | 0 | 100% | ||
badrobby | 0 | 0 | 100% | ||
ieztty | 0 | 0 | 100% | ||
talalofficial | 0 | 0 | 100% | ||
memloc | 0 | 0 | 100% | ||
tailinks | 0 | 0 | 100% | ||
guessparrygod | 0 | 0 | 100% | ||
budiharyono | 0 | 0 | 100% | ||
adrianschnell | 0 | 0 | 57% | ||
epicure | 0 | 0 | 100% | ||
no0balot | 0 | 0 | 100% | ||
yaboi | 0 | 0 | 100% | ||
midobashamido | 0 | 0 | 100% | ||
sebescen81 | 0 | 0 | 100% | ||
ashermaster | 0 | 0 | 100% | ||
lovish | 0 | 0 | 100% | ||
afm007 | 0 | 0 | 100% | ||
rossharman | 0 | 0 | 100% | ||
eeple | 0 | 0 | 100% | ||
mex-power | 0 | 0 | 100% | ||
bezzangi | 0 | 0 | 100% | ||
techoverlords | 0 | 0 | 100% | ||
ssatria743 | 0 | 0 | 100% |
Thanks, @felixx I was looking for these kinda post.
author | afm007 |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20171124t162940979z |
category | howto |
json_metadata | {"tags":["howto"],"users":["felixx"],"app":"steemit/0.1"} |
created | 2017-11-24 16:29:51 |
last_update | 2017-11-24 16:29:51 |
depth | 1 |
children | 0 |
last_payout | 2017-12-01 16:29:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 895,648,735,715 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,407,361 |
net_rshares | 0 |
Hi felixxx, Could you make an update this instruction please? Piston is not available on https://readthedocs.org/ anymore. Thanks Buddy
author | badrobby |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170701t213709937z |
category | howto |
json_metadata | {"tags":["howto"],"links":["https://readthedocs.org/"],"app":"steemit/0.1"} |
created | 2017-07-01 21:36:57 |
last_update | 2017-07-01 21:36:57 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 21:36:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 487,869,163 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,940,585 |
net_rshares | 1,160,734,276 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
badrobby | 0 | 1,160,734,276 | 100% | ||
xkuramaa | 0 | 0 | 100% |
is any way to make with windows7 operating system because i am trying to search but not getting anywhere.
author | birjudanak |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180218t081217200z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2018-02-18 08:12:18 |
last_update | 2018-02-18 08:12:18 |
depth | 1 |
children | 1 |
last_payout | 2018-02-25 08:12:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 20,962,591,225,672 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,456,748 |
net_rshares | 0 |
Yeah it's not as easy as described above anymore. For Steem-Python I'd recommend installing a Linux-VM in Windows.
author | felixxx |
---|---|
permlink | re-birjudanak-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180218t154735032z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2018-02-18 15:47:36 |
last_update | 2018-02-18 15:47:36 |
depth | 2 |
children | 0 |
last_payout | 2018-02-25 15:47:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.044 HBD |
curator_payout_value | 0.678 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,546,697 |
net_rshares | 483,942,529,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
felixxx | 0 | 483,942,529,653 | 100% |
I've always wanted my own pet bot! Haha. Do you offer services creating bots for those of us who freeze up at the mention of using terminal ?
author | blunderbabe |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170702t052719862z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-07-02 05:27:18 |
last_update | 2017-07-02 05:27:18 |
depth | 1 |
children | 4 |
last_payout | 2017-07-09 05:27:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 141 |
author_reputation | 677,136,118,308 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,973,755 |
net_rshares | 0 |
If you have a good idea, let me know ;)
author | felixxx |
---|---|
permlink | re-blunderbabe-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170702t081147979z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-07-02 08:11:45 |
last_update | 2017-07-02 08:11:45 |
depth | 2 |
children | 3 |
last_payout | 2017-07-09 08:11:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,985,145 |
net_rshares | 0 |
it is such a ridiculously good idea (in my mind lol) that I don't want to just put it out here lol. You're on discord chat? My name is the same over there. I'm going to bed now, but will be on it tomorrow evening :-)
author | blunderbabe |
---|---|
permlink | re-felixxx-re-blunderbabe-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170702t081426098z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-07-02 08:14:24 |
last_update | 2017-07-02 08:14:24 |
depth | 3 |
children | 2 |
last_payout | 2017-07-09 08:14:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 217 |
author_reputation | 677,136,118,308 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,985,301 |
net_rshares | 3,818,567,824 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
felixxx | 0 | 3,818,567,824 | 1% |
Thank you very much for this newbie guide! It's a great introduction!
author | chippyofdoom |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20171226t220048195z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-12-26 22:00:42 |
last_update | 2017-12-26 22:00:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 22:00:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 3,123,204,833,411 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,408,573 |
net_rshares | 0 |
This is all Greek to me. Please help me create a upvote bot like @booster. Email me at brazendale@gmail.com. Thanks
author | colinbrazendale |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170724t190133169z |
category | howto |
json_metadata | {"tags":["howto"],"users":["booster"],"app":"steemit/0.1"} |
created | 2017-07-24 19:01:33 |
last_update | 2017-07-24 19:01:33 |
depth | 1 |
children | 0 |
last_payout | 2017-07-31 19:01:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 46,234,111,950,124 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,574,030 |
net_rshares | 0 |
Hi, @felixxx, thank you for your kind explanation. I tried to make a upvoting bot using your script, but I had an error... when I ran the script, it said that the post is not exist. also it seems like that the script is searching for other author's post, not mine..would you tell me the reason if you have any clues about this error?
author | epicure |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170913t020147048z |
category | howto |
json_metadata | {"tags":["howto"],"users":["felixxx"],"app":"steemit/0.1"} |
created | 2017-09-13 02:01:48 |
last_update | 2017-09-13 08:02:18 |
depth | 1 |
children | 6 |
last_payout | 2017-09-20 02:01:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 333 |
author_reputation | 24,997,437,911 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,715,254 |
net_rshares | 1,102,584,633 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicure | 0 | 1,102,584,633 | 100% |
That's a piston bug. Try installing steem-python instead, that's the new library. The second problem, I don't understand.
author | felixxx |
---|---|
permlink | re-epicure-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170913t075622238z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-09-13 07:56:21 |
last_update | 2017-09-13 07:56:21 |
depth | 2 |
children | 5 |
last_payout | 2017-09-20 07:56:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,737,245 |
net_rshares | 1,102,584,633 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicure | 0 | 1,102,584,633 | 100% |
@felixxx Thank you for your reply, so you mean that I have to install the 'steem-python' instead of 'steem-piston' by typing a 'pip3 install steem-python' right? sorry to bother you so often.
author | epicure |
---|---|
permlink | re-felixxx-re-epicure-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170913t080918807z |
category | howto |
json_metadata | {"tags":["howto"],"users":["felixxx"],"app":"steemit/0.1"} |
created | 2017-09-13 08:09:18 |
last_update | 2017-09-13 08:09:54 |
depth | 3 |
children | 4 |
last_payout | 2017-09-20 08:09:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 191 |
author_reputation | 24,997,437,911 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,738,120 |
net_rshares | 0 |
Thanks for posting this. I am looking forward to your next post. I have some questions but my guess is that the answers will be covered there :)
author | ervin-lemark |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t113846801z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 11:38:45 |
last_update | 2016-12-14 11:38:45 |
depth | 1 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 468,844,765,455,028 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,001,638 |
net_rshares | 1,322,643,188 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
felixxx | 0 | 1,322,643,188 | 1% |
This guide is over a year old. Here is the latest working update on it: https://steemit.com/steem-python/@felixxx/how-to-really-install-steem-python-ubuntu-17-10
author | felixxx |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180115t094042124z |
category | howto |
json_metadata | {"tags":["howto"],"links":["https://steemit.com/steem-python/@felixxx/how-to-really-install-steem-python-ubuntu-17-10"],"app":"steemit/0.1"} |
created | 2018-01-15 09:40:42 |
last_update | 2018-01-15 09:40:42 |
depth | 1 |
children | 4 |
last_payout | 2018-01-22 09:40:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.561 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 162 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,662,985 |
net_rshares | 377,073,007,849 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
felixxx | 0 | 376,504,175,825 | 100% | ||
strikeback | 0 | 184,027,294 | 100% | ||
rodthrower18 | 0 | 384,804,730 | 100% | ||
queenjeneene | 0 | 0 | 100% | ||
arsh331 | 0 | 0 | 100% | ||
okayokayokay | 0 | 0 | 100% | ||
xkuramaa | 0 | 0 | 100% |
@felixxx once 17.10 is installed will the winfrey auto curation bot still work? I've been chasing this down for a few days now and I remember seeing somewhere that piston no longer works but I couldn't find the fate of the winfrey bot. Thanks for your contributions to the community.
author | rodthrower18 |
---|---|
permlink | re-felixxx-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180119t032606073z |
category | howto |
json_metadata | {"tags":["howto"],"users":["felixxx"],"app":"steemit/0.1"} |
created | 2018-01-19 03:26:09 |
last_update | 2018-01-19 03:26:09 |
depth | 2 |
children | 3 |
last_payout | 2018-01-26 03:26:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | 104,840,677,951 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,534,145 |
net_rshares | 0 |
It will need some tweaks, since some functions have changed from piston to steem-python.
author | felixxx |
---|---|
permlink | re-rodthrower18-re-felixxx-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180119t072404176z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2018-01-19 07:24:03 |
last_update | 2018-01-19 07:24:03 |
depth | 3 |
children | 2 |
last_payout | 2018-01-26 07:24:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,567,184 |
net_rshares | 0 |
Testing this now .
author | fishmon |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170909t120658554z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-09-09 12:07:00 |
last_update | 2017-09-09 12:07:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-16 12:07:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 4,373,835,902,560 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,350,699 |
net_rshares | 0 |
Hey man, great post, sounds like you know your shit. I could really use some help, I am a beginner and I need some help with getting started. I would really apreciate a 5 minute chat with you where i can ask some questions. if you are willing to help me out, could you reply with a way to contact you? (email,chat,skype,discord) or whatever you prefer so i can contact you.
author | flyingdutchman |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170720t182816820z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-07-20 18:28:21 |
last_update | 2017-07-20 18:28:21 |
depth | 1 |
children | 0 |
last_payout | 2017-07-27 18:28:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 374 |
author_reputation | 733,582,995,616 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,106,872 |
net_rshares | 0 |
Hi, Im using Vagrant to set up a virutal machine and having a lot of trouble downloading the steemit-piston library. When we try to run it, it says: "no command 'pip3' found" Any ideas? thanks
author | gayboy |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170718t011040470z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-07-18 01:10:42 |
last_update | 2017-07-18 01:10:42 |
depth | 1 |
children | 0 |
last_payout | 2017-07-25 01:10:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 192 |
author_reputation | 172,644,344,525 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,826,557 |
net_rshares | 0 |
Will need this later. Thanks
author | igster |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170928t211815431z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-09-28 21:18:27 |
last_update | 2017-09-28 21:18:27 |
depth | 1 |
children | 0 |
last_payout | 2017-10-05 21:18:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 17,415,198,441,969 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,218,278 |
net_rshares | 0 |
@erichspreviews
author | ilovedietcoke |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170911t220625972z |
category | howto |
json_metadata | {"tags":["howto"],"users":["erichspreviews"],"app":"steemit/0.1"} |
created | 2017-09-11 22:06:24 |
last_update | 2017-09-11 22:06:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-18 22:06:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 1,432,581,431,873 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,597,639 |
net_rshares | 0 |
Awesome!!! really undervaluated this post!
author | jacalf |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170730t134401193z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-07-30 13:44:00 |
last_update | 2017-07-30 13:44:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-06 13:44:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 51,506,101,335 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,220,328 |
net_rshares | 0 |
great article, been trying to learn something like this!
author | kevbot |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170628t235159419z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-06-28 23:52:03 |
last_update | 2017-06-28 23:52:03 |
depth | 1 |
children | 1 |
last_payout | 2017-07-05 23:52:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 3,453,478,685,569 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,549,221 |
net_rshares | 0 |
Head to https://github.com/steemit/steem-python
author | felixxx |
---|---|
permlink | re-kevbot-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170701t213856332z |
category | howto |
json_metadata | {"tags":["howto"],"links":["https://github.com/steemit/steem-python"],"app":"steemit/0.1"} |
created | 2017-07-01 21:39:03 |
last_update | 2017-07-01 21:39:03 |
depth | 2 |
children | 0 |
last_payout | 2017-07-08 21:39:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,940,759 |
net_rshares | 0 |
Thank you!!
author | loudemotionz-kc |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180303t031352938z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2018-03-03 03:13:51 |
last_update | 2018-03-03 03:13:51 |
depth | 1 |
children | 0 |
last_payout | 2018-03-10 03:13:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.068 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 14,292,492,712 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,780,471 |
net_rshares | 18,541,356,426 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptoaltcoin | 0 | 2,738,333,022 | 100% | ||
antonella93 | 0 | 7,739,379,655 | 100% | ||
loudemotionz-kc | 0 | 8,063,643,749 | 100% |
Great how-to and neat to hear about you learning this stuff recently. I've been learning so much since joining steemit too, so thanks for sharing!
author | papa-pepper |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t135921155z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 14:03:51 |
last_update | 2016-12-14 14:03:51 |
depth | 1 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 147 |
author_reputation | 1,951,223,832,091,597 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,002,477 |
net_rshares | 0 |
Hi, I would like to know if you can point me to a guide on how to create/prepare a bot account, I want to make a greeter bot and then just keep it up and running. So I want to have a separate account to do it. I don't want it to be related with my actual account.
author | raserrano |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170927t000145706z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-09-27 00:01:45 |
last_update | 2017-09-27 00:01:45 |
depth | 1 |
children | 2 |
last_payout | 2017-10-04 00:01:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 264 |
author_reputation | 17,096,448,295,650 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,031,636 |
net_rshares | 0 |
I don't think a greeting bot is a great idea. To make a new account, try vessel or anonsteem.
author | felixxx |
---|---|
permlink | re-raserrano-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170927t040350864z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-09-27 04:03:48 |
last_update | 2017-09-27 04:03:48 |
depth | 2 |
children | 1 |
last_payout | 2017-10-04 04:03:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,045,191 |
net_rshares | 0 |
thanks for the answer
author | raserrano |
---|---|
permlink | re-felixxx-re-raserrano-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170927t125341548z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-09-27 12:53:42 |
last_update | 2017-09-27 12:53:42 |
depth | 3 |
children | 0 |
last_payout | 2017-10-04 12:53:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 17,096,448,295,650 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,079,971 |
net_rshares | 0 |
i got this error : scrypt-1.2.0/libcperciva/crypto/crypto_aes.c:6:10: fatal error: openssl/aes.h: No such file or directory #include <openssl/aes.h> ^~~~~~~~~~~~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-s289xalf/scrypt/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-tgmq4xaz-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-s289xalf/scrypt/
author | riohunter |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180114t172609121z |
category | howto |
json_metadata | {"tags":["howto","include"],"app":"steemit/0.1"} |
created | 2018-01-14 17:26:09 |
last_update | 2018-01-14 17:26:09 |
depth | 1 |
children | 1 |
last_payout | 2018-01-21 17:26:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 740 |
author_reputation | 3,596,560,316 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,508,425 |
net_rshares | 0 |
https://steemit.com/steem-python/@felixxx/how-to-really-install-steem-python-ubuntu-17-10
author | felixxx |
---|---|
permlink | re-riohunter-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180115t093409338z |
category | howto |
json_metadata | {"tags":["howto"],"links":["https://steemit.com/steem-python/@felixxx/how-to-really-install-steem-python-ubuntu-17-10"],"app":"steemit/0.1"} |
created | 2018-01-15 09:34:09 |
last_update | 2018-01-15 09:34:09 |
depth | 2 |
children | 0 |
last_payout | 2018-01-22 09:34:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,661,965 |
net_rshares | 0 |
Hello @felixxx, It gives us pleasure to inform you that you have been chosen as a featured author by the @robinhoodwhale initiative. #### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) We hope to see you continuing to post some great stuff on Steemit! Good luck! ~RHW~
author | robinhoodwhale |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t074451575z |
category | howto |
json_metadata | {"tags":["howto"],"users":["felixxx","robinhoodwhale"],"links":["https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior"]} |
created | 2016-12-14 07:44:51 |
last_update | 2016-12-14 07:44:51 |
depth | 1 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 379 |
author_reputation | 15,654,567,591,100 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,000,439 |
net_rshares | 301,979,726,649 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
penambang | 0 | 4,217,191,123 | 10% | ||
berkah | 0 | 13,893,720,161 | 10% | ||
xeroc | 0 | 42,226,997,884 | 4% | ||
pairmike | 0 | 3,534,495,717 | 10% | ||
ash | 0 | 31,298,880,213 | 10% | ||
acidsun | 0 | 7,195,400,471 | 10% | ||
blakemiles84 | 0 | 8,666,721,104 | 10% | ||
ratel | 0 | 3,735,209,295 | 10% | ||
schro | 0 | 2,441,565,831 | 4% | ||
michaelx | 0 | 860,454,710 | 4% | ||
albertogm | 0 | 1,409,742,502 | 10% | ||
christoph3 | 0 | 532,659,426 | 10% | ||
tyler-fletcher | 0 | 772,101,352 | 10% | ||
razvanelulmarin | 0 | 12,536,794,810 | 10% | ||
clement | 0 | 1,599,479,104 | 10% | ||
lehard | 0 | 7,244,085,335 | 10% | ||
on0tole | 0 | 2,071,413,754 | 10% | ||
anasya | 0 | 4,482,616,617 | 10% | ||
mrgreen | 0 | 1,468,679,352 | 10% | ||
rolik | 0 | 200,490,587 | 10% | ||
demyan7 | 0 | 111,914,801 | 10% | ||
vl248 | 0 | 1,866,644,212 | 10% | ||
dicov | 0 | 146,793,410 | 10% | ||
losos | 0 | 211,760,227 | 10% | ||
sveokla | 0 | 977,220,878 | 10% | ||
marinabogumil | 0 | 1,191,727,549 | 10% | ||
anmuravjev | 0 | 791,691,122 | 10% | ||
jaycobbell | 0 | 918,569,780 | 10% | ||
condra | 0 | 4,255,873,476 | 10% | ||
raymondspeaks | 0 | 460,188,541 | 10% | ||
kell234 | 0 | 392,331,199 | 10% | ||
pkattera | 0 | 6,480,081,362 | 10% | ||
hyiparena | 0 | 904,600,336 | 10% | ||
inertia | 0 | 4,027,758,650 | 1% | ||
cryptojoy.com | 0 | 160,316,935 | 10% | ||
konti | 0 | 1,059,501,001 | 10% | ||
phenom | 0 | 923,609,042 | 10% | ||
sharker | 0 | 1,699,694,482 | 10% | ||
zaebars | 0 | 9,114,389,067 | 10% | ||
crypto.owl | 0 | 1,400,537,928 | 10% | ||
kibela | 0 | 214,614,419 | 10% | ||
smailer | 0 | 9,738,070,616 | 10% | ||
dmilash | 0 | 2,348,621,945 | 10% | ||
steemdrive | 0 | 12,564,223,776 | 10% | ||
nekromarinist | 0 | 4,709,656,569 | 10% | ||
always1success | 0 | 775,922,227 | 10% | ||
brendio | 0 | 1,739,866,597 | 10% | ||
asdes | 0 | 1,535,849,914 | 10% | ||
mama-steem | 0 | 250,762,777 | 10% | ||
achim86 | 0 | 487,734,611 | 10% | ||
marinaz | 0 | 240,424,475 | 10% | ||
uuuhha | 0 | 2,262,941,403 | 10% | ||
romancs | 0 | 572,660,617 | 10% | ||
ipumba | 0 | 630,110,668 | 10% | ||
bigsambucca | 0 | 101,816,361 | 4% | ||
krishtopa | 0 | 12,658,868,761 | 10% | ||
villainblack | 0 | 1,838,231,011 | 10% | ||
numberone | 0 | 965,457,122 | 10% | ||
pollina | 0 | 58,260,360 | 10% | ||
jaredcwillis | 0 | 1,242,402,997 | 10% | ||
kamil5 | 0 | 172,041,160 | 10% | ||
sethlinson | 0 | 1,498,552,458 | 10% | ||
shadowspub | 0 | 1,906,824,827 | 10% | ||
nulliusinverba | 0 | 315,940,753 | 10% | ||
nadin3 | 0 | 1,197,405,901 | 10% | ||
xanoxt | 0 | 4,369,462,226 | 10% | ||
victoriart | 0 | 1,841,773,066 | 10% | ||
tatianka | 0 | 429,225,807 | 10% | ||
zettar | 0 | 293,276,918 | 10% | ||
elena-singer | 0 | 502,907,804 | 10% | ||
sci | 0 | 143,964,235 | 10% | ||
tracemayer | 0 | 1,671,237,611 | 10% | ||
steemafon | 0 | 188,661,739 | 10% | ||
anton333 | 0 | 1,145,768,297 | 10% | ||
ballinconscious | 0 | 914,800,853 | 4% | ||
robinhoodwhale | 0 | 34,288,868,418 | 10% | ||
ekaterinka | 0 | 394,250,215 | 10% | ||
borishaifa | 0 | 1,358,068,867 | 10% | ||
mapalatv | 0 | 352,244,078 | 10% | ||
haphazard-hstead | 0 | 1,446,724,555 | 10% | ||
i-spec | 0 | 151,006,741 | 10% | ||
killbis | 0 | 566,331,164 | 10% | ||
htyfn | 0 | 472,365,794 | 10% | ||
rusteemitblog | 0 | 1,091,884,611 | 10% | ||
marel | 0 | 271,656,331 | 10% | ||
steemlift | 0 | 574,895,842 | 10% | ||
marialin | 0 | 227,784,926 | 10% | ||
icorating | 0 | 165,567,672 | 10% | ||
voronenka | 0 | 244,523,149 | 10% | ||
ianboil | 0 | 223,133,739 | 4% | ||
max-max | 0 | 629,078,454 | 10% | ||
pozitivityspace | 0 | 70,139,098 | 10% | ||
reisman | 0 | 105,037,986 | 10% | ||
steemittalk | 0 | 61,599,644 | 10% | ||
songkran | 0 | 54,351,687 | 10% | ||
val-c | 0 | 54,341,431 | 10% | ||
codydeeds | 0 | 163,628,020 | 10% |
so what if you have more than one votebot... does this work assuming they all have the same posting key? print(c.upvote(weight=100, voter="votebot")) print(c.upvote(weight=100, voter="votebot2")) print(c.upvote(weight=100, voter="votebot3")) if you had like 8000 votebots running like this, would that likely be prohibitively unstable?
author | sigmajin |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t043525727z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 04:35:21 |
last_update | 2016-12-14 04:35:21 |
depth | 1 |
children | 2 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 338 |
author_reputation | 35,847,511,233,614 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,999,579 |
net_rshares | 77,098,073,233 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sigmajin | 0 | 77,098,073,233 | 100% |
It would be better to put a multi select function that triggers votes from multiple bots in one. Each instance will be pulling the same data, it makes more sense to only do this once. Yes if all the bots have the same key they can vote like you show.
author | l0k1 |
---|---|
permlink | re-sigmajin-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t043525727z-20161214t112646551z |
category | howto |
json_metadata | {"tags":"howto","app":"esteem/1.3.3","format":"markdown+html"} |
created | 2016-12-14 10:26:51 |
last_update | 2016-12-14 10:28:39 |
depth | 2 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 251 |
author_reputation | 94,800,257,230,993 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,001,248 |
net_rshares | 0 |
When instanciating `Steem()` you can pass an array of wif keys: ```python steem = Steem(keys=[wif1, wif2, wif3] ``` of you install the keys into the library-internal wallet using pison ``` piston addkey ``` then you don't need to deal with keys in the script at all but need to provide the masterpassword for the wallet either in the terminal-prompt, or in the environmental variable `UNLOCK`
author | xeroc |
---|---|
permlink | re-sigmajin-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t071109899z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 07:11:09 |
last_update | 2016-12-14 07:11:09 |
depth | 2 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 393 |
author_reputation | 118,819,064,085,695 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,000,278 |
net_rshares | 378,708,245,051 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 327,128,004,583 | 100% | ||
felixxx | 0 | 51,580,240,468 | 100% |
Change the following line: `steem = Steem(wif="5yourpostingkeyhere")` to `steem = Steem(wif=os.environ['WIF_POSTING'])` Then, before you run the script, in the terminal, set the following environment variable: `export WIF_POSTING='5KDWWnSQiPtVhzCquaBWhbWS8UNoAkeNuuCm8uJJE6EiSqt514p'` (or whatever your WIF is, the above example is a worthless random key) then run the script as normal. It will pick up the posting key from your `WIF_POSTING` environment variable. Now you can save your code on GitHub or wherever else safely. :)
author | sneak |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t000219499z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 00:00:42 |
last_update | 2016-12-14 00:01:24 |
depth | 1 |
children | 2 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.025 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 538 |
author_reputation | 28,694,344,106,492 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,997,761 |
net_rshares | 818,595,986,213 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeroc | 0 | 422,268,294,780 | 100% | ||
pairmike | 0 | 28,275,845,391 | 100% | ||
blakemiles84 | 0 | 86,666,941,505 | 100% | ||
schro | 0 | 26,857,120,724 | 100% | ||
michaelx | 0 | 7,744,075,466 | 100% | ||
albertogm | 0 | 11,277,916,620 | 100% | ||
mrhankeh | 0 | 130,584,915 | 100% | ||
good-karma | 0 | 125,798,673,523 | 50% | ||
raymondspeaks | 0 | 3,681,503,314 | 100% | ||
andreicon | 0 | 0 | 100% | ||
cryptojoy.com | 0 | 1,282,533,811 | 100% | ||
phenom | 0 | 7,388,852,282 | 100% | ||
felixxx | 0 | 52,891,694,946 | 100% | ||
brendio | 0 | 13,918,896,007 | 100% | ||
achim86 | 0 | 3,414,137,892 | 100% | ||
bigsambucca | 0 | 610,898,167 | 100% | ||
stevescriber | 0 | 59,334,755 | 100% | ||
nulliusinverba | 0 | 2,527,519,342 | 100% | ||
ct-gurus | 0 | 246,152,966 | 100% | ||
tracemayer | 0 | 13,369,859,100 | 100% | ||
ballinconscious | 0 | 5,488,797,597 | 100% | ||
dhrms | 0 | 331,973,600 | 100% | ||
dealzgal | 0 | 52,358,076 | 100% | ||
marialin | 0 | 1,594,493,023 | 100% | ||
ianboil | 0 | 1,785,068,246 | 100% | ||
reisman | 0 | 735,265,908 | 100% | ||
lindo | 0 | 108,681,099 | 100% | ||
hypnosisawaken | 0 | 88,513,158 | 100% | ||
grudonr | 0 | 0 | 100% | ||
oxoxo | 0 | 0 | 100% | ||
coininfobe | 0 | 0 | 100% | ||
namchau | 0 | 0 | 100% |
Thanks ! For the next episode I wanted to use a config file instead. :)
author | felixxx |
---|---|
permlink | re-sneak-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t000227735z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 00:02:27 |
last_update | 2016-12-14 00:02:27 |
depth | 2 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,997,769 |
net_rshares | 0 |
Actually, since the latest release of python-steem, the library also contains a wallet that can be managed through `piston`. Just import your keys with ``` piston addkeys ``` and use ```python from steem import Steem ``` Since wif keys are stored encrypted, you will be asked to provide the password when voting. If you want to unlock the wallet from script, you can use the `UNLOCK` environmental variable: ``` UNLOCK="wallet-passphrase" python3 bot.py
author | xeroc |
---|---|
permlink | re-sneak-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t070922101z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 07:09:21 |
last_update | 2016-12-14 07:09:21 |
depth | 2 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.041 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 454 |
author_reputation | 118,819,064,085,695 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,000,271 |
net_rshares | 1,018,612,501,814 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 327,128,004,583 | 100% | ||
xeroc | 0 | 422,268,359,552 | 100% | ||
pairmike | 0 | 28,275,845,391 | 100% | ||
blakemiles84 | 0 | 86,666,941,505 | 100% | ||
schro | 0 | 26,857,120,724 | 100% | ||
michaelx | 0 | 7,744,075,466 | 100% | ||
albertogm | 0 | 11,277,916,620 | 100% | ||
mrhankeh | 0 | 130,584,915 | 100% | ||
raymondspeaks | 0 | 3,681,503,314 | 100% | ||
cryptojoy.com | 0 | 1,282,533,811 | 100% | ||
phenom | 0 | 7,388,852,282 | 100% | ||
felixxx | 0 | 51,580,240,468 | 100% | ||
brendio | 0 | 13,918,896,007 | 100% | ||
achim86 | 0 | 3,414,137,892 | 100% | ||
bigsambucca | 0 | 610,898,167 | 100% | ||
stevescriber | 0 | 59,334,755 | 100% | ||
loli | 0 | 50,932,323 | 100% | ||
nulliusinverba | 0 | 2,527,519,342 | 100% | ||
ct-gurus | 0 | 246,152,966 | 100% | ||
tracemayer | 0 | 13,369,859,100 | 100% | ||
ballinconscious | 0 | 5,488,797,597 | 100% | ||
dhrms | 0 | 331,973,600 | 100% | ||
marialin | 0 | 1,594,493,023 | 100% | ||
ianboil | 0 | 1,785,068,246 | 100% | ||
reisman | 0 | 735,265,908 | 100% | ||
lindo | 0 | 108,681,099 | 100% | ||
hypnosisawaken | 0 | 88,513,158 | 100% | ||
bears | 0 | 0 | 100% | ||
afm007 | 0 | 0 | 100% |
Terimakasih atas informasinya @felixxx saya sangat menghargai nya
author | ssatria743 |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20180210t165924360z |
category | howto |
json_metadata | {"tags":["howto"],"users":["felixxx"],"app":"steemit/0.1"} |
created | 2018-02-10 16:59:27 |
last_update | 2018-02-10 16:59:27 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 16:59:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | 2,282,966,305,121 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,458,491 |
net_rshares | 52,228,639 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ssatria743 | 0 | 52,228,639 | 100% |
Thanks for sharing , I too must step out of the comfort of the windows dungeon at some point and explore the script world. I just bought a raspberry Pi for this pourpose but haven't had a chance to set it up as yet.
author | stephen-somers |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161213t235553778z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-13 23:55:54 |
last_update | 2016-12-13 23:55:54 |
depth | 1 |
children | 1 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 215 |
author_reputation | 19,280,743,077,878 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,997,725 |
net_rshares | 97,581,876,755 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
felixxx | 0 | 48,937,821,164 | 100% | ||
l0k1 | 0 | 48,644,055,591 | 100% |
It's possible to run those Python scripts from Windows, too. I hope this guide shows how quick and simple it can be. It's more fun, when more people join.
author | felixxx |
---|---|
permlink | re-stephen-somers-re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161213t235955436z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-13 23:59:57 |
last_update | 2016-12-14 00:00:27 |
depth | 2 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 215,860,760,222,847 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,997,752 |
net_rshares | 63,796,675,490 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stephen-somers | 0 | 15,152,619,899 | 100% | ||
l0k1 | 0 | 48,644,055,591 | 100% |
Great post felixxx, I am looking forward to read more about it in the following episodes.
author | tarekadam |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20161214t124510556z |
category | howto |
json_metadata | {"tags":["howto"]} |
created | 2016-12-14 12:45:09 |
last_update | 2016-12-14 12:45:09 |
depth | 1 |
children | 0 |
last_payout | 2017-01-14 05:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 50,131,776,387,207 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,001,935 |
net_rshares | 1,322,643,188 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
felixxx | 0 | 1,322,643,188 | 1% |
Thanks mate! I will try this out! If have more tips/bot share please!
author | ussagui |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170924t192848974z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-09-24 19:28:51 |
last_update | 2017-09-24 19:28:51 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 19:28:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 21,785,115,444 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,822,657 |
net_rshares | 0 |
Aye thanks man, this post was really useful. I'm working on a few bots now!
author | vidallia |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170816t042436640z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-08-16 04:24:36 |
last_update | 2017-08-16 04:24:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-23 04:24:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.092 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 252,226,177,161 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,946,398 |
net_rshares | 26,310,680,928 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vidallia | 0 | 26,310,680,928 | 100% |
get for windows ?
author | zufrizal |
---|---|
permlink | re-felixxx-howto-steemit-bot-tutorial-for-newbies-1-votebot-20170730t040308211z |
category | howto |
json_metadata | {"tags":["howto"],"app":"steemit/0.1"} |
created | 2017-07-30 04:10:54 |
last_update | 2017-07-30 04:10:54 |
depth | 1 |
children | 0 |
last_payout | 2017-08-06 04:10:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 926,393,237,238 |
root_title | "Howto: Steemit Bot Tutorial For Newbies #1 - Votebot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,183,605 |
net_rshares | 0 |