Skip to main content

Bot Client for GradientChat

Project description

gradientchat

gradientchat is the official Python bot client module for GradientChat that is OOP-based.

Example

TestBot

import gradientchat

myBot = gradientchat.Bot("TestBot [t!]") # No prefix arg makes prefix first letter of name + "!"

@myBot.cmd
def ping():
	"""Returns \"Pong!\"""" # Docstring is used as description for the command
	return "Pong!"

myBot.connect()

Docs

gradientchat.Bot(name, pref)

If name is not str, raises TypeError, however if pref is not string and name is str, prefix will be lowercase of first character of name and a exclamation mark.

gradientchat.Bot.connect(servUrl)

Connects to server; if servUrl is str, connects to URL specified on servUrl; raises Exception if already connected.

@gradientchat.Bot.cmd

Decorator for adding a command; if called with a command name, command name will be set to the specified command name.

NOTE: The help command is already built-in, but can be overridden

gradientchat.Bot.sendMsg

Sends a message.

NOTE: sendMsg is not required only if you are using the cmd decorator and can be replace by using the return keyword.

gradientchat.Bot.emit

Emits an event with optional arguments to the server. An alias for gradientchat.Bot.cli.emit

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

gradientchat-2024.1.6.2.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gradientchat-2024.1.6.2-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file gradientchat-2024.1.6.2.tar.gz.

File metadata

  • Download URL: gradientchat-2024.1.6.2.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for gradientchat-2024.1.6.2.tar.gz
Algorithm Hash digest
SHA256 44528d5bd52fea14543c37a1cd790559de794e47d53cf6d9a2d02f5e85593cb5
MD5 b379d734c58a4420be2b99e8dcf07d83
BLAKE2b-256 44d70d36db549fee6584750586f217111bfc17beb6ae21fb71a4b9456f75b928

See more details on using hashes here.

File details

Details for the file gradientchat-2024.1.6.2-py3-none-any.whl.

File metadata

File hashes

Hashes for gradientchat-2024.1.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 48990fe787cc569627ebb222005db3bc351609f9edcdec7def40023415960cd0
MD5 898a59a50a597ce825a8bd85f378b04e
BLAKE2b-256 28c1fd8d102a6d8011a05feaa28b6e9b41df9295f0ccb7f337acc17c95a24a2a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page