From 4e074608f59dd31dec461aa37f4e689b1630cc34 Mon Sep 17 00:00:00 2001 From: Sagent Date: Thu, 11 Jun 2026 12:12:25 +0000 Subject: [PATCH] chore: remove all pushbullet references --- app/requirements.txt | 1 - app/sms.py | 9 --------- 2 files changed, 10 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index f064aa0..10badd7 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,2 +1 @@ -pushbullet.py==0.11.0 xmltodict==1.0.4 diff --git a/app/sms.py b/app/sms.py index c38c693..8c4798c 100644 --- a/app/sms.py +++ b/app/sms.py @@ -6,13 +6,8 @@ import xmltodict import requests import json import time -# TODO: disabled api excess -#from pushbullet import Pushbullet import subprocess -# TODO: disabled api excess -#pb = Pushbullet(os.environ['PB_APIKEY']) - pin = os.environ['PIN'] PIN_ENTER_TEMPLATE = ''' @@ -162,10 +157,6 @@ if __name__ == "__main__": # Text f3.write(messages[i] + '\n') - # Pushbullet - print('# Notif pushbullet') - # TODO: disabled api excess - #pb.push_note("SMS", "From: %s\nDate: %s\n%s" % (messagesR[i]['Phone'], messagesR[i]['Date'], messagesR[i]['Content'])) # NTFY # TODO: exec ntfy publish