A bots for discord api handler
Project description
# Bots for discord API handler for Python
This is an api handler that I made for the Bots for Discord (Bot list)
# Install
To use this you can install it using pip:</br>
`pip install botsfordiscordapi`
# Example usage
```py
import botsfordiscordapi
#Authorize
bfd = botsfordiscordapi.login(token)
#Push server count (Requires token)
bfd.push(bot_id, server_count)
#Get a bot on the list (If it exists)
bfd.get(bot_id)
```
# Example Responses
### GET Response:
```json
{
"approved": false,
"avatar": "",
"count": 1000000, // Server count
"id": "",
"invite": "",
"longDesc": "",
"name": "",
"owner": "",
"ownername": "",
"ownernametwo": "",
"prefix": "",
"shortDesc": "",
"theme": "",
"timestamp": ,
"type": "",
"verified": false,
"verifyqueue": false,
"website": ""
}
```
This is an api handler that I made for the Bots for Discord (Bot list)
# Install
To use this you can install it using pip:</br>
`pip install botsfordiscordapi`
# Example usage
```py
import botsfordiscordapi
#Authorize
bfd = botsfordiscordapi.login(token)
#Push server count (Requires token)
bfd.push(bot_id, server_count)
#Get a bot on the list (If it exists)
bfd.get(bot_id)
```
# Example Responses
### GET Response:
```json
{
"approved": false,
"avatar": "",
"count": 1000000, // Server count
"id": "",
"invite": "",
"longDesc": "",
"name": "",
"owner": "",
"ownername": "",
"ownernametwo": "",
"prefix": "",
"shortDesc": "",
"theme": "",
"timestamp": ,
"type": "",
"verified": false,
"verifyqueue": false,
"website": ""
}
```
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
botsfordiscordapi-0.1.tar.gz
(1.8 kB
view hashes)