Skip to main content

A meower bot lib for py

Project description

MeowerBot.py

A bot lib for Meower

License

see LICENSE

docs

The Docs are located here

Quick Example

from MeowerBot import Bot


bot = Bot(debug=False)


def handle_db_msg(message: Dict, bot:Bot=bot) -> None:
	if message['u'] == "Discord" and ": " in message['p']:
		message['u'] = message['p'].split(": ")[0]
		message['p'] = message['p'].split(": ")[1]

	if message['u'] == "Webhooks" and ": " in message['p']: # Webhooks should not be supported other then spliting the username off the post (so a webhooks user can still run things)
		message['p'] = message['p'].split(": ")  
		
bot.callback("post", handle_db_msg)

bot.start("username", "password")

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

MeowerBot-2.1.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

MeowerBot-2.1.0-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

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