Skip to main content

No project description provided

Project description

EasyNotify

This package allows you to post messages with bots easily.

Install

Install this package:

pip install easynotify

If it does not work, try:

pip install git+https://github.com/CauchyComplete/EasyNotify

SlackBot

In your slack workspace, click the top left menu > Settings & administartion > Manage apps.

Search for "Incomming Webhooks" and click "Add to Slack".

Choose a channel you want to use and click "Add Incoming Webhooks integration".

Now you can post onto this workspace using this library.

import easynotify
bot = easynotify.SlackBot("https://hooks.slack.com/services/...")  # Your Webhook URL
bot.post("Test Message", username="SlackBot", icon_emoji=":ghost:", print_also=True)

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

easynotify-0.1.2.tar.gz (2.7 kB view hashes)

Uploaded Source

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