No project description provided
Project description
Gramo
Welcome to the Python Bot Library! This library provides tools and utilities to create and manage bots in Python.
Features
- Easy-to-use API for bot creation
- Support for multiple messaging platforms
- Extensible and customizable
- Built-in commands and event handling
Installation
You can install the library using pip:
pip install gramo
Usage
Here's a simple example to get you started:
from gramo import Gramo
# Create a new bot instance
bot = Gramo(
token='YOUR_BOT_TOKEN'
)
# Define a command
@bot.command('hello')
def hello_command(ctx):
ctx.reply('Hello, world!')
# Start the bot
bot.start_polling()
Documentation
For detailed documentation and advanced usage, please visit our official documentation.
Contributing
We welcome contributions! Please read our contributing guidelines to get started.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
If you have any questions or need support, please open an issue on our GitHub repository.
Happy coding!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gramo-0.1.1.tar.gz.
File metadata
- Download URL: gramo-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98c9084668a6c7a61c1a9e16df4fb67189958fac800ee733c9da0e7685e800df
|
|
| MD5 |
edec296db5e16e445e501b6f20140b28
|
|
| BLAKE2b-256 |
a1ce7a3252652571e6ad73926daa5bd692fb78c154f9fd52b54d87fb383723ed
|
File details
Details for the file gramo-0.1.1-py3-none-any.whl.
File metadata
- Download URL: gramo-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4c4bb7aa241976d0e8a77a4f07484f0660462ca015072b995a3fa41505f136b
|
|
| MD5 |
db40d57878ec5436908161f86ad25fad
|
|
| BLAKE2b-256 |
1509e3f38ef5fe23ce0f822a3fbfbf6a08acbd5f79c1bc7cdd5094a2b114a7f9
|