steemcontest.com development update (Added robot for automatically comment on contest)

in Steem Marketing3 years ago

Screen Shot 2021-09-24 at 00.03.18.png

today, we have successfully developed the steemcontest.com site. After creating bots for voting and resteem before, this time we created a bot that can perform automatic comments for every contest that is added to our site.

How does this bot work?

actually just the same as the previous two bots, this bot works when the contest has gone through the verification process by our system. The bot will automatically work to provide comments according to what we have set.

So, every contest post added to the steemcontest.com site will get votes, resteem and comments automatically.

How was this bot made?

This bot was built using the STEEM API, as was the case with the previous two bots. You can check the complete code on our github. Here we present a little code snippet:

 replayComment(author1, permlink1){
        const key = PrivateKey.from('PRIVATE KEY')
        const client = new Client('https://api.steemit.com');
        const body=`* This contest has received votes and resteem \n* This contest has been included in https://steemcontest.com \n* Add another contest here https://steemcontest.com/add
        #contest #steemcontest
       [![Secondary SteemContest Logo Color.png](https://cdn.steemitimages.com/DQmU6R9567ZQfFFD3CbPzKQN5Wi6kMtTWM71oMCLNXBTKfr/Secondary%20SteemContest%20Logo%20Color.png)](https://steemcontest.com)`

        const comment = {
            author: 'steemcontest.com',
            title: '',
            body: body,
            parent_author: author1,
            parent_permlink: permlink1,
            permlink:  permlink1+'-autocomment',
            json_metadata: '',
        };
        client.broadcast.comment(comment, key).then(
            function(result) {
                console.log('comment broadcast result', result);
            },
            function(error) {
                console.error(error);
            }
        );
    }

Proof of work

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

Screen Shot 2021-09-24 at 00.18.43.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

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:  

Congratulations...!!! Your Post Selected As Top 8 Daily Post & Got Upvote 75%
By: PromoSteem Community

Alternative links delegates to @promosteem.com
50100200300400500
10002000300040005000
10000

image.png