Popularity
2.9
Declining
Activity
0.0
Stable
4
3
0

Description

tsani's pushbullet client

Monthly Downloads: 10
Programming language: Haskell
License: GNU General Public License v3.0 only
Tags: Web     Tsani    
Latest version: v0.5.0.0

tpb alternatives and similar packages

Based on the "Web" category.
Alternatively, view tpb alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tpb or a related project?

Add another 'Web' Package

README

tsani's Pushbullet tools

Hackage

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