(source: https://pixabay.com/en/analytics-information-innovation-3088958/)
These changes were made to this software which is released under “The Unlicense”. This software utilizes the Steem blockchain and primarily focuses on the Follow functionality, but does more than just that. It also contains the functionality to host a contest and for curation. It is intended to be used for other purposes in the future.
The files in the repository currently include:
config.js
deep_follow.js
follow_accounts.js
follow_back.js
follow_trending_authors.js
generate_contest_winners.js
get_reblogs_steemsql.js
library.js
library_auth.js
send_memo.js
start.js
unfollow.js
upvote_recent_from_trending_tags.js
See the README file on GitHub for a more detailed explanation of each of these files. There are instructions on how to configure each of the bots in the README file.
Commits:
- https://github.com/AdamCox9/Steemit-Follow-Bot/commit/fa7bf281fd5a05c45a548034f81ea1165e8bca2f
- https://github.com/AdamCox9/Steemit-Follow-Bot/commit/1b160379500be0f828fdefc1a10a1b411fb86b13
- https://github.com/AdamCox9/Steemit-Follow-Bot/commit/e7a3ae155fb818866078fb52e30c5becb80d7a3e
- https://github.com/AdamCox9/Steemit-Follow-Bot/commit/ed348a28761f835d801910c65a2df59294d2dc26
- https://github.com/AdamCox9/Steemit-Follow-Bot/commit/d47b845a16c47dcb878899a93616ab4eff46af51
- https://github.com/AdamCox9/Steemit-Follow-Bot/commit/ef864eaad11223e4479a2f1b031c2dfc9bed107a
Summary of Updates
Updates to Follow Bots/Library
Create a bot to follow all the followers or following of a specified user account. It also accepts an array of users to follow which can be specified in config.js
. Change library.js
to accept username username=config.steem.username
which can be set in config.js
. Update all bots that use library.js
. Update deep_follow
to use library and fix library_auth.getFollowing/ers
functions to handle multiple calls but not at the same time.
Updates to Contest Bot
The generate_contest_winners bot now allows entries to be configured to filter entries by deadline and manual disqualifications. The configuration was added to allow contest to require resteems, graphics and certain URLs.
Road Map
The code needs to better set-up to run automatically. Up until now, these scripts have been manually executed from the command line. Tasks or crons need to be set-up to allow this. It might be a good idea to allow some or all of the configurations to be passed in as parameters instead of just being set in the configuration file.
Add functionality in the library for useful functions from the API up at https://github.com/steemit/steem-js/tree/master/doc This library would have working example and bots that use them as has been demonstrated before. The library will also take care of some of the lower lever interaction with the API.
This repository will be a collection of various types of bots that primarily focus on the follow functionality offered by Steem. Possibly, this codebase needs to be branded and renamed to get better exposure. There are potentially many different sample bots that could be added to this project. They will be simple bots that can be personalized for different needs either through configuration or development.
Related Posts
https://steemit.com/utopian-io/@money-dreamer/creating-follow-bot-w-nodejs
https://steemit.com/utopian-io/@money-dreamer/steem-follow-bot-updates
https://steemit.com/utopian-io/@money-dreamer/steemit-follow-bot-updates-ii
https://steemit.com/utopian-io/@money-dreamer/development-follow-bot-updates-iii
Posted on Utopian.io - Rewarding Open Source Contributors
Do you have any posts about creating a bot to work as an upvoter in steem bot tracker or are you willing to teach or can be commissioned to create? Please discord me at theuxyeti
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I plan on making a bot like that and adding it to this code base. @sambillingham has a lot of good articles. You might want to suggest to him to write a tutorial on this.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
hmm i am def reaching out to a bunch of people to understand it and how to go about doing this.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This looks it does that:
https://github.com/MattyIce/postpromoter
I won't support that since it is already done here. I'm thinking about poking around with that.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ah ok yea i hit up post promoter
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey @money-dreamer I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
What is the advantage of randomly following people? Particularly if you never intend to interact with them?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
They are not random since I can choose them. I do plan on interacting with them. I will implement some more features to filter out the users to follow by different parameters such as reputation, balances, activity, etc...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Okay. That makes more sense. I wasn't sure what the endgame was for this type of bot. I have been meaning to experiment with bots a bit, but haven't had time. Thanks for the information.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@resteemator is a new bot casting votes for its followers. Follow @resteemator and vote this comment to increase your chance to be voted in the future!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I like it! I was thinking about doing something like this.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I’ll test out this bot!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for the contribution. It has been approved. Can you please state the source of the Image you are using.
You can contact us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I updated it so I'm not using the generic image. It is from Pixabay.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have not understood the library function for anything? can you explain with a little picture how to use it?
and what's API and how does it work?
please explain it because I am new in steemit
thank you @money-dreamer
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Here are some posts I created to help you get started:
https://steemit.com/steem/@money-dreamer/steem-javascript-development-links
I will try to make something graphical in future development posts. Thanks!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks @money-dreamer for information, this information is very useful for me
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Sounds interesting! Looking forward to test it :D
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Let me know how it goes and if you find any bugs.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hopefully, it will work more effectively.
Nice development👍
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
great post, i would never have thought about following bots!
everyday something new is happening on this blockchain signs of bigger things to come.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for hosting ^.^;;
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Let's hope that everything is ready to continue accompanying them is their projects.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks 👨💻👍
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
hy bro,, 1 am agam ,,
i like your post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good Luck...please visited and vote ^_^
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Its a graet way one to another.fhank you for your blog
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This is really nice...
We really moving forward
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
nice post i will done upvote
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi, nice post and shared this information. Thanks for following me.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I like it)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hello there!
This post has been upvoted as a thank you for supporting @sexywhalebot.
Have a sexy and profitable day! : ]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great information and great article.. I love your blog.. Thanks for reward
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nice
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
:)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks this your for post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
hello ~
good posting
have a nice day !
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi, I followed you, how I earn some rewards ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I like your post that always gives you the latest information. thank you
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
nice post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Tks for sharing
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
wow,, great post :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Your Post Has Been Featured on @Resteemable!
Feature any Steemit post using resteemit.com!
How It Works:
1. Take Any Steemit URL
2. Erase
https://
3. Type
re
Get Featured Instantly � Featured Posts are voted every 2.4hrs
Join the Curation Team Here | Vote Resteemable for Witness
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I want a simple comment bot how do I create please give link also do you make these f so whats your rate? Thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit