API for website.goldstar.cf
Project description
GoldStar
API DOCS
Link to api docs: API DOCS
Installation
pip install goldstar
example
Server Count Post :
from goldstar import goldstar
from discord.ext import commands
client = commands.Bot(command_prefix="!")
dbl = goldstar(client,"token of goldstar")
@client.event
async def on_ready():
x = await dbl.serverCountPost()
print(x)
client.run("token")
Search bot:
from goldstar import goldstar
client = commands.Bot(command_prefix="!")
dbl = goldstar(client,"token of goldstar")
id=botid
a = dbl.search(id)
print(a)
All functions in api:
1: serverCountPost()
2: search()
3: hasVoted()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
GoldStar-1.0.1.tar.gz
(2.2 kB
view hashes)