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.2.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: gdbot-1.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 bd90a498ae7a00a7938a3e958bc2b9d2a040830bfeea042781814d6486747091
MD5 2d15c30f3795dd6260e474de0cb102e3
BLAKE2b-256 410d55852c8b7a8efe61e2423ee5f852adb75974f45af83c8b08bc53290ad5dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gdbot-1.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fe4c833f0bd1e093bdf048218d6472c9b25e992cd70c36a1a2061503564daa93
MD5 eb8558d5dbc53218716fe2d4c211ab4d
BLAKE2b-256 52e4b27da6190ec6a2d773eb5b4bdff6d9839784bf64786e24b16c459f644947

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