Skip to main content

A bots for discord api handler made by Luke#6723

None

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:
pip install botsfordiscordapi

Example usage

import botsfordiscordapi

#Authorize
## API Version is currently 'v1' but may update in the future

bfd = botsfordiscordapi.login(token, api_version)

#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:

{
    "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

None

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.5.tar.gz (1.9 kB view hashes)

Uploaded Source

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