Description
tsani's pushbullet client
tpb alternatives and similar packages
Based on the "Web" category.
Alternatively, view tpb alternatives based on common mentions on social networks and blogs.
-
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-dom
Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk -
ghcjs-base
base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC
InfluxDB – Built for High-Performance Time Series Workloads

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of tpb or a related project?
README
tsani's Pushbullet tools
This repository contains several (ahem two ahem) applications for
interacting with the Pushbullet API: tpb
and pb-notify
.
The former provides a command-line interface to some of the Pushbullet API endpoints. The latter listens to the Pushbullet realtime event stream and dispatches notifications (libnotify).
Read more about these applications in my blog post.
Features
tpb
- multiple output formats:
- for standalone usage, nice human-readable formatting; and
- for usage in scripts, tabular output as JSON separated values.
- list devices.
- list SMS threads on a device.
- list contents of an SMS thread on a device, either:
- by thread ID; or
- by fuzzy-matching the recipient's name to find the thread ID.
- send SMS, either :
- by giving an explicit phone number; or
- by fuzzy-matching the recipient's name to find their phone number.
tpb comes with a helper script sms
that provides a more intuitive command
syntax; just type sms to jacob "hello world"
to send a text message!
pb-notify
Sends libnotify notifications when:
- SMS are received by any of your connected devices
- Pushes are received by any connected devices