steemcontest.com development update (Added robot for voting contests)

in Steem Marketing3 years ago

Screen Shot 2021-09-19 at 22.21.17.png

Previously, we on behalf of the founder of steemcontest.com apologize to our users because we just had time to update our system.

Based on suggestions from some of our users, this time we added a robot capable of automatic voting for every verified post in our system.

here the snippet code :

vote(author1, permlink1){
        const key = PrivateKey.from('PRIVATE KEY')
        const voter='steemcontest.com';
        const author=author1;
        const permlink=permlink1;
        const weight=10000;
        const client = new Client('https://api.steemit.com');
        const vote = {
            voter,
            author,
            permlink,
            weight, //needs to be an integer for the vote function
        };

        client.broadcast.vote(vote, key).then(
            function(result) {
              console.log(result)
            },
            function(error) {
                console.log('error:', error);
               
            }
        );
    }

Proof of work

You can check our commit here : https://github.com/sogatanco/steem-contest/commits/master

Screen Shot 2021-09-19 at 23.07.13.png

Can we get the program code from steemcontest.com ?

steemcontest.com is open source, so we provide every program code to the public. if you want to view, download, run our project on your local computer or you want to modify it. You can directly visit our github at: https://github.com/sogatanco/steem-contest

How do these bots work?

The bot that we created is capable of automatic voting on every post that is newly added to steemcontest.com and of course it has been verified by sending 0.1 STEEM to the @steemcontest.com account. Every verified contest will get 100% voting from the @steemcontest.com account

What's the purpose?

the goal is to give real support to every contest maker. although our STEEM POWER is only 100. but in the near future we will try to find delegates and we are sure that it will continue to grow from day to day.

We need your help right now.

We need a lot of SP delegates for the @steemcontest.com account, if you like you can delegate it to us. It means a lot for the development of steemcontest.com now and in the future. For the delegates, we promise to give 70% of the steemcontest.com income. We will also make a system in the future to share the results with the delegates.

Apart from delegates, you can also help us by copying votes from steemcontest.com. Thus it will also help the contest makers in this steemit. so much and thank you

We really need your advice

In order to achieve the perfection of this project, we really hope for your suggestions. If you have an idea to add a feature on the steemcontest site, don't hesitate to contact us immediately. We really hope to make steemcontest.com more perfect in the future.

Kind Regards

@sogata / Steemcontest Dev

image.png

Our Other Project :

  • Bank STEEM : STEEM / SBD exchange site with IDR (Indonesian Rupiah), and vice versa.
  • Promosteem.Com :promosteem community tool to see the delegates and member status of the community
Sort:  
 3 years ago 

oke thank for the update
next update is , bot for comment

 3 years ago 

oke brother. can you give me the template of the comment ? Now, i will update robot for resteem the contests by steemcontest.com

 3 years ago (edited)

Coin Marketplace

STEEM 0.20
TRX 0.12
JST 0.029
BTC 61292.26
ETH 3430.36
USDT 1.00
SBD 2.51