Questions tagged [pushbullet]

Pushbullet is a group of applications and an API for sharing files and notifications between devices.

Pushbullet automatically shows you all of your phone's notifications right on your computer. This means you can see who's calling or read and reply to text messages even if your phone is on silent or in another room.

Pushbullet also makes it easy to send pictures, files, links, and more to your devices and even to friends.

This tag should only be used for questions about using the Pushbullet API, as questions about general use of the program are off-topic for Stack Overflow.

Relevant Links:

Pushbullet homepage

111 questions
1
vote
0 answers

pushbullet curl w/ access token doesn't work

I generated an access token at https://www.pushbullet.com/#settings/account but it doesn't seem to work: $ curl --http1.1 --header "Access Token: $PUSHBULLET_API_TOKEN" https://api.pushbullet.com/v2/users/me | jq . % Total % Received % Xferd …
swethc
  • 11
  • 2
1
vote
0 answers

Reading replies in Pushbullet using python

Can we read PushBullet's user's reply and continue the program further on the basis of that reply using Python? from pushbullet import * pb =PushBullet() pb.push_note('Hi',"Shall I continue?") #notification sent If I write "Yes" as…
Zayd
  • 13
  • 4
1
vote
0 answers

How to implement a notificator with pushbullet api?

as in title I want to create a c++ programm and I want to include a notification system. I use pushbullet for all my devices so I decided to use the api. But the only manual I found is for html and php. I just want a simple way of implementing it.…
Marvin S.
  • 23
  • 5
1
vote
0 answers

Flask - Gevent - Pushbullet - Twilio - This operation would block forever

so I have the following app that I'm working on https://github.com/SimplySynced/simplyfishy/tree/master and i'm running into this error when I trigger my float switch and try to send a message via twilio and pushbullet. File…
DexDeadly
  • 61
  • 6
1
vote
1 answer

Request cURL with ESP8266

I am pretty new to programming (the ESP8266). Right now I am putting code-pieces from different blogs together in order to receive(!) pushes (messages) from Pushbullet. Sending already works great thanks to: POST request on arduino with ESP8266…
Tobi
  • 13
  • 1
  • 1
  • 3
1
vote
2 answers

Access Pushbullet API to delete pushes using R

I am using the RPushbullet package to send push notifications to several devices (smartphones) from R. This works perfectly fine. Now: Before every new push message I want to delete the previous push. I want to do this by accessing Pushsbullet's…
thankyouSO
  • 98
  • 1
  • 8
1
vote
1 answer

Where to find javax.websocket .jars for use in project

I've been attempting to use the Java library, jPushbullet2. One of its dependencies is "javax.websocket". I've searched through the site that the websocket API is located and haven't been able to find a jar to download and use. Does such a thing…
CCD
  • 470
  • 1
  • 7
  • 19
1
vote
1 answer

PushBullet SMS from Google Apps Script JSON format

I am trying to send SMS from my mobile by using PushBullet API from Google Apps Calc script. The script is (auth data redacted) function send_SMS() { Logger.log("send_SMS start"); var options = { "method" : "post", "Content-Type" :…
1
vote
1 answer

400 Bad Request on Multipart File Upload

I'm trying to upload an image to the PushBullet API with retrofit. After the upload-request I fire the multipart upload. With retrofit I get this error: {"error":{"code":"invalid_request","type":"invalid_request","message":"Invalid multipart…
Cir0X
  • 446
  • 4
  • 11
1
vote
1 answer

String does not appear upon define

Const vbDoubleQuote As String = """" 'represents 1 double quote (") Const vbSingleQuote As String = "'" 'represents 1 single quote (') Private WithEvents myOlItems As Outlook.Items Private Sub Application_Startup() Dim olApp As…
Sap1
  • 21
  • 3
1
vote
1 answer

Is there any way to get access to all android notifications?

I mean if I want to get access to all notification coming in notification drawer. Just wondering how pushbullet and other wearable accessories does that ? Reading all your notifications and pushing them to web servers / particular devices.
1
vote
0 answers

how to log pushbullet notifications which is showing through chrome browser extension?

I am using pushbullet to receive my phone notifications to my computer through pushbullet chrome extension. see Now i can get pushbulllet notifications from my phone to computer which is completely fine. but, i want to log those notifications…
Charles Michel
  • 194
  • 2
  • 17
1
vote
0 answers

Laravel 5.1 and PushBullet lahaxearnaud plugin

I'm trying to send notifications via PushBullet to my mobile phone using the lahaxearnaud/laravel-pushbullet plugin. Only one problem, I installed it correctly and I'm still getting this error: Argument 3 passed to GuzzleHttp\Client::request() must…
Robin
  • 1,567
  • 3
  • 25
  • 67
1
vote
1 answer

[Pushbullet Feature Suggestion]: Filter messages based on condition

Filter push notification based on condition (Regex etc..). For example: messages contains specific string should not be displayed or should display the notification in private mode.
DeJaVo
  • 3,091
  • 2
  • 17
  • 32
1
vote
1 answer

Console Script to Trigger 3,000+ Consecutive Click-enabled Front-end Actions

The Problem Pushbullet, due to some bug caused by the outdated version of Android on my Asus Nexus 7, erroneously added the device thousands of times. I need to delete all of these entries in a programatic way (via a script) because the sheer number…
Andre Bulatov
  • 1,090
  • 3
  • 16
  • 47