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 details)
Built Distribution
File details
Details for the file GoldStar-1.0.1.tar.gz
.
File metadata
- Download URL: GoldStar-1.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 221854a658da46f70b694be382041b24a3a06787b55e787f70541f75ef4644d4 |
|
MD5 | e54f3cdf2cdde6862e8ff4670a277068 |
|
BLAKE2b-256 | a3bf4ca6e0d968adb17934a5ebc894fcaa2ac5c29845c09a25ddee00fad88ba9 |
File details
Details for the file GoldStar-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: GoldStar-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f66fce3054b3c82c186cd4204facbcc88cc6fc870098370d4c314f87fb7bd94 |
|
MD5 | b49ac6565f79b6a94638525cb5572241 |
|
BLAKE2b-256 | a4da7f6531359eaf3178aecdb03477fcf335e5f03da79c9038fd3fced46c828e |