Skip to main content

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


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)

Uploaded Source

Built Distribution

GoldStar-1.0.1-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page