empirejas.blogg.se

Pushbullet python api
Pushbullet python api










The code is a bit sloppy, uncommented, and unrefined. This strikes it has an inefficient way to get this done, as I’m sure an easier way would be to work this out as a plugin for the forum itself, but I don’t know how to do that (yet) and thus, here it is. Any code I produce I’ll slap on Github so that it can be view easily by anyone. Sorry if it seems like I want to reinvent the wheel, but I’ve honestly found it fun playing with the API a bit, but the docs don’t seem to specify some things, which made me curious.

pushbullet python api

Since I’ve already got an architecture in Python to get JSON data from the site and then do things with it, I just wanted to see what else I might do with the notification feed? I was thinking that, if I (for whatever reason) wanted to use Pushover, for example, and added custom fields to the system to store the proper API keys, in theory I could programmatically poll the system for new notifications and process them, sending each to each users specified (if one is specified) account along with the post URL, title, other such information. If I added a custom field, would that be included in the user information pulled by the API?.Is it possible to pull a list of all users?.Is it possible to pull a single users notification feed?.I’ve been looking through the docs, mainly because I got started for another project (using a script to post notifications from my discourse instance over to a discord server using multiple webhooks) and have found it is more extensive than I anticipated. On a side-note, is it possible to pull a single users notification feed via the API?

pushbullet python api

Of course, it will take some study, but I’m happy to do that. I am looking into the second one, which really sounds like it could be the gold mine to what I’m trying to do, and I intensely appreciate the link, I had not known it existed. I had seen the first one before, and thank you very much.












Pushbullet python api