Skip to main content

Python Library for creating Geometry Dash Comment Bots.

Project description

GDBot.py

Python Library for creating Geometry Dash Comment Bots. More info about this later (probably) (Pretty much inspired by Discord.py along with CallocGD's GD-Comment-Bot-Wrapper project)

Example

from gdbot import GDBot

bot = GDBot("USERNAME", "PASSWORD", "LEVEL ID")

@bot.on_ready
def ready(bot: GDBot):
    print(f"Bot is ready and logged in as {bot.username}")

@bot.on_error
def error(bot: GDBot, err: Exception):
    print(f"Err: {err}")

@bot.on_banned
def banned(bot: GDBot):
    print(f"Bot has been banned.")

@bot.command("/hello")
def hello(bot: GDBot, comment: str):
    bot.comment(f"Hello")

bot.run()

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

gdbot-1.0.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

gdbot-1.0.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file gdbot-1.0.1.tar.gz.

File metadata

  • Download URL: gdbot-1.0.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.0

File hashes

Hashes for gdbot-1.0.1.tar.gz
Algorithm Hash digest
SHA256 4c376e20811ab30328fee456d2c0a7a295b79e59ac25ce5489789a272319a8c8
MD5 4406b3088c3006bafa2852b5ff654535
BLAKE2b-256 1befc69ac796161c8df1982309f63f09ccdbc9454935c9ef0a8530867d8bf232

See more details on using hashes here.

File details

Details for the file gdbot-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: gdbot-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.0

File hashes

Hashes for gdbot-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2f842a5ca02a7b2e0dfbf61871e7cfe9e9ac3949ba1f0a4a178538c6db117544
MD5 cfde899586008c375ea64f49da66fd56
BLAKE2b-256 6ae38203e19ebe5fcb758cac3304233941b71fb29e0b5dbee0b815be5fb3565b

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