Skip to content

jerryzhangdev/hbcapi-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hbcapi

Description

This is the official api wrapper for hydrogenbots.club

importing and defining

import

pip install hbcapi

define the library in your code

import hbcapi

HBC = hbcapi.access("auth_token")

Methods

poststats

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 response

voters

get an array of all of the voters that have voted for your bot

print(HBC.poststats()) #print the response

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages