You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
382 B
13 lines
382 B
!pip install python-pushover |
|
# from pushover import Client |
|
from pushover import Client, init |
|
|
|
# import pushover |
|
|
|
client = Client( |
|
"umjiu36dxwwaj8pnfx3n6y2xbm3ssx", api_token="aqf7uhxw13p56vg3qu6gptgpbanqe2" |
|
) |
|
# client.send_message("Hello!", title="Hello") |
|
|
|
# init("aqf7uhxw13p56vg3qu6gptgpbanqe2") |
|
# Client("umjiu36dxwwaj8pnfx3n6y2xbm3ssx").send_message("Hello!", title="Hello") |