UniqueBot python SDK
Project description
UBPY
UniqueBots 파이썬 비공식 SDK입니다.
공식 SDK- (준비중입니다.)
SaidBySolo님의 KoreanBots비공식 sdk레포의 일부를 사용해 제작되었습니다. URL
현재는 길드수업데이트 모듈만 존재합니다, 이 모듈은 자동으로 1시간마다 자동으로 요청을 보내고 따로 길드수를 비교하는 함수는 필요가 없습니다.
파이썬 3.6이상을 필요로 합니다.
pip install UBPY
Using Cogs
from UBPY import PostGuilds
import discord
from discord.ext import commands
class GuildCount(commands.Cog):
def __init__(self, bot):
self.bot = bot
self.token = "UniqueBots TOKEN"
PostGuilds.UpdateGuilds(self.bot,self.token)
def setup(bot):
bot.add_cog(GuildCount(bot))
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
UBPY-1.3.tar.gz
(3.1 kB
view details)
Built Distribution
UBPY-1.3-py3-none-any.whl
(4.2 kB
view details)
File details
Details for the file UBPY-1.3.tar.gz
.
File metadata
- Download URL: UBPY-1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b12b1560a7fb6b7a72c64d6889834eeb7a547c27d49ec32fa8055ad394cb8c0f |
|
MD5 | 228e684cea84ed4788c65572459bf15f |
|
BLAKE2b-256 | 1c9510719cd1d9ec7ad4fbbac275d5b3bc7c4f731240e9f7e16d79ba952044ba |
File details
Details for the file UBPY-1.3-py3-none-any.whl
.
File metadata
- Download URL: UBPY-1.3-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e58e02e170c81bf36a65759b69fe53c8dd769320b7df3dab47f05ec8c263b66 |
|
MD5 | b9e65c0216e5dc614294cc9c87419496 |
|
BLAKE2b-256 | 6e88ccaf883e27f8df0860d6ee66821fd95fd6be99eed2eaaca33597522d377d |