Edblpy
Edblpy is an unofficial python module utilizing the electro discord bot list api . Easy to use and well documented!
Getting started
- You must have ython 3*
- A bot's / user's id
- Install the module using pip :
pip install edblpy - Import what you need :
from edblpy import botsorfrom edblpy import users - View more about usage in the docs section
Docs
Class : Bot
Params ( name , description , type , default )
id : The bot's id (Required) : integer : None
Methods ( name , description , params , returns)
get_info : Gets the bot's info : None : Dict
Class : User
Params ( name , description , type , default )
id : The user's id (Required) : integer : None
Methods ( name , description , params , returns)
get_info : Gets the user's info : None : Dict
Examples
Getting a user's info
from edblpy import users
jake = User(480407581085532180)
print(jake.get_info())
Getting a bot's info
from edblpy import users
mika = Bot(631669116926820353)
print(mika.get_info())
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
edblpy-1.2.0.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file edblpy-1.2.0.tar.gz.
File metadata
- Download URL: edblpy-1.2.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51237515ae3211604bd85069bd7c0cc15dc3431dac5a15507b5d3c0baf767fe7
|
|
| MD5 |
39f914cfe5d1356295d56a847885805c
|
|
| BLAKE2b-256 |
a626e6162fc4ac57c322c9a604aacfb51ce954bc3af8d969eee04b5e3b6feafc
|
File details
Details for the file edblpy-1.2.0-py3-none-any.whl.
File metadata
- Download URL: edblpy-1.2.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3be37e607acea894db7097559b766c27cb9ed264211ae392cc747d750df3522d
|
|
| MD5 |
6ef14f842cb83f4a24a0fa3b8a5daacc
|
|
| BLAKE2b-256 |
2471ebfd82552acc7feae9b21999c21f994f2240e97ea6ba640b053d51d4e5c6
|