Skip to main content

A Python package for interacting with Discord Analytics API

Project description

Discord Analytics

Installing the package

pip install discordanalytics

Usage

Note: To use Discord Analytics, you need to have an API token. Check the docs for more informations : https://docs.discordanalytics.xyz/get-started/bot-registration

import discord
from discordanalytics import DiscordAnalytics

class MyClient(discord.Client):
  async def on_ready(self):
    print(f'Logged on as {self.user}!')

intents = discord.Intents.default()
intents.message_content = True
client = MyClient(intents=intents)

analytics = DiscordAnalytics(client, "YOUR_API_TOKEN")
analytics.track_events()

client.run('TOKEN')

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

discordanalytics-3.0.1.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

discordanalytics-3.0.1-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file discordanalytics-3.0.1.tar.gz.

File metadata

  • Download URL: discordanalytics-3.0.1.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for discordanalytics-3.0.1.tar.gz
Algorithm Hash digest
SHA256 87f4c63b3b91dad28a59cf987647b79f1d4d290bfb61d22dfe69e704ae3a600d
MD5 4b35ee963f004f004dccc4fa7f22bdc1
BLAKE2b-256 657ab4dfa4e07822216de4b2a5ab412c440512a881986fe1e95f7139ab74f658

See more details on using hashes here.

File details

Details for the file discordanalytics-3.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for discordanalytics-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 942b7ff4a6f619ce01de1150b385dc1974a72661dd325f3c5be8046e1bf7d565
MD5 a05e8ae3d6ae329952fb6bdf8a98aa77
BLAKE2b-256 010ad6e4d04d2513830b8b180f92dcc80804b103fa1a3091718f930b0132e686

See more details on using hashes here.

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