Skip to content

rgildein/push-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

push-me

Push me notifications from any device.

Python3 Python3

Install packages

git clone https://github.com/r-f-g/push-me.git
pip install push-me/.

Usage of SlackBot

from pushme import Slack

#set your slackbot
Slack.bot(SLACK_BOT_TOKEN, BOT_NAME)
#send message
Sleck.message(USER, MESSAGE)

Usage of Pushover

from pushme import Pushover

#set your pushover
#PUSHOVER_API_TOKENS = {USER: TOKEN, ...}
Pushover.set(PUSHOVER_TOKEN, PUSHOVER_API_TOKENS)
#send message
Pushover.message(API, MESSAGE, TITLE='INFO')

About

Slack bot for notifications from server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages