mirror of
https://codeberg.org/mclemens/pyBMNotify.git
synced 2025-01-03 11:26:37 -05:00
switched SocketIO lib to nexus variant
This commit is contained in:
parent
7a1d15aab1
commit
5326354656
@ -15,7 +15,7 @@ Inspired by https://github.com/klinquist/bmPushNotification
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Python 3
|
* Python 3
|
||||||
* socketIO-client (install with _sudo pip3 install socketIO-client_)
|
* socketIO-client-nexux (install with _sudo pip3 install socketIO-client-nexus_)
|
||||||
|
|
||||||
If you want to be notified via Telegram, the following libraries need to be installed:
|
If you want to be notified via Telegram, the following libraries need to be installed:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from socketIO_client import SocketIO
|
from socketIO_client_nexus import SocketIO
|
||||||
import json
|
import json
|
||||||
import datetime as dt
|
import datetime as dt
|
||||||
import time
|
import time
|
||||||
|
Loading…
Reference in New Issue
Block a user