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

in Steem Marketing3 years ago

Screen Shot 2021-09-21 at 00.26.23.png

yesterday we have developed by adding a bot to automatically vote on every verified contest on steemcontest.com. On this occasion, we will report that not only bots for voting, we also have bots for resteem/reblog every contest that have been verified by our official account, @steemcontest.com.

How do these bot work?

This bot works the same as yesterday's voting bot. This bot will work on every verified contest with 0.1 STEEM donation to @steemcontest.com account.

How is this bot made?

This bot is made using the API from steemit.com, you can see the code snippet below:

 resteem(author1, permlink1){
        const key = PrivateKey.from('POSTING_KEY')
        const client = new Client('https://api.steemit.com');
        const jsonOp = JSON.stringify([
            'reblog',
            {
                account: 'steemcontest.com',
                author: author1,
                permlink: permlink1,
            },
        ]);
        
        const data = {
            id: 'follow',
            json: jsonOp,
            required_auths: [],
            required_posting_auths: ['steemcontest.com'],
        };
        
        client.broadcast.json(data, key).then(
            function(result) {
                console.log('client 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-21 at 00.37.20.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

what is this bot made for?

in addition to promoting your contest, this is feedback from us founders of steemcontest.com. In addition to getting votes from the official account @steemcontest.com, contest makers also get free resteem. In addition, this can also be a solution if at any time steemcontest.com experiences problems. Contest seekers can see on our official account, because there are no posts that we reblog except for contests.

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:  

You have a great idea.
In the case of Steemians find contest links on the blockchain and submit them to your site, are you going to incentivize them?

 3 years ago 

we will give automatic vote for every contest post

 3 years ago 

test

 3 years ago 

test

 3 years ago (edited)

test

Coin Marketplace

STEEM 0.20
TRX 0.12
JST 0.028
BTC 63707.69
ETH 3433.34
USDT 1.00
SBD 2.53