RE: Daily Chibis Giveaway

You are viewing a single comment's thread from:

Daily Chibis Giveaway

in chibigame •  7 years ago 

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!

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:  

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