RE: Getting Started With Steem-Python : Upvote and Comment Bot Examples (Linux)

You are viewing a single comment's thread from:

Getting Started With Steem-Python : Upvote and Comment Bot Examples (Linux)

in steemdev •  7 years ago 

I'm unable to find any commenting bots that I can use.
Do you have any suggestions as to where I can get one?

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:  

Here is one I made a while ago which will stream new blockchain posts and checks if the posts contains the "introduceyourself" tag. If the post contains the tag the bot comments a welcoming message on the post. But this is a old piece of code I wrote so there's a chance that it might be outdated by now . Hope this can serve as a guideline for what you'd like to do.

https://github.com/steandwt/Steemit-Welcome-Bot/blob/master/welcomeBot.py

Thanks, I'll look into it.