This is the official api wrapper for hydrogenbots.club
pip install hbcapi
import hbcapi
HBC = hbcapi.access("auth_token")post the servercount for your bot
print(HBC.poststats(guild, shard)) #guild - the guildcount of the bot shard-the shard count of the bot, print the responseget an array of all of the voters that have voted for your bot
print(HBC.poststats()) #print the response