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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: gdbot-1.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 916aa954d9dc28ba425ae78aa99a3f0c355e8aee4e6798aa544c54626d8d77ed
MD5 5e5aac916a567704b58d44d37f0aeb00
BLAKE2b-256 e21690caa852924671067e2e9b82a8c4243a50732b6559a29fe633382835db35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gdbot-1.0.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 42560258b45651229b7ce0b611a513bb33ea699d4aaedbc4324e6b1f526ccab3
MD5 b3a984c19c72d560fb6af661d39793f2
BLAKE2b-256 d9c332a8fe3fc8d6626564c1b7b42ad283d69f246c511fd93382824e5cf69d1b

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