Socket
Socket
Sign inDemoInstall

discordtownlistpy

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    discordtownlistpy

An unofficial API wrapper for interfacing with discord town list API.


Maintainers
1

Readme

discordtownlistpy

This is an unofficial Python API Wrapper for the Discord TownList (bot list).

Posting Server Count

import discordtownlistpy as dtl

...

dtl.postGuildCount(len(bot.guilds), "<YOUR_API_TOKEN>")

Retrieving Bot Data

import discordtownlistpy as dtl

...

@bot.command()
async def botstats(ctx, bot_id):
    bot_data = await returnBotData(bot_id)
    ...

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc