RE: Daily Chibis Giveaway

You are viewing a single comment's thread from:

Daily Chibis Giveaway

in chibigame •  7 years ago 

Nice idea for a contest, Chitty! Are they truly random or do you pick them?

I guess 400.

0x263b604509D6a825719859Ee458b2D91fb7d330D

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:  

Hey, thank you for participating, they are random.. here is the code:

https://github.com/PixelNoob/python-steem/blob/master/scripts/chibi.py

As you can see I access the Chibi API and get a random chibi using the random module:

chibi_number = random.randint(1, 850)

Good Luck!

Ah, very nice! Great to see the API in use.