Python (by DS_Stift007)
An API wrapper for python that allows you to easily interact with the Botlist.me API.
Install
pip install git+https://github.com/Stift007/botlist.py.git
Github: https://github.com/Stift007/botlist.py
Usage
from botlistpy.helpers import SyncBotClient
client = SyncBotClient(client_id,API_Token)
embed = client.generate_embed() # Create Bot Embed
client.hasVoted(user_id) # Check if user voted
client.setStats(server_count,shard_count)