Project

presbeus

0.0
No commit activity in last 3 years
No release in over 3 years
Allows to view/send pushbullet SMS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Gem Version

Screenshot

screenshot

installing

gem install presbeus

configuring

you need to create ~/.config/presbeus.yml with:

password_command: /command_line/outputing/your/api/key

For example, if the api key is my-api-key it could be (though it is not secure):

password_command: echo my-api-key

You can configure a default device (see presbeus devices in using)

default_device: uYourDefaultDeviceID

using

list your devices:

$ presbeus devices
mydeviceid  MYDEVICE

list your SMS threads or a given device:

$ presbeus threads mydeviceid
1  Someone
2  Someone Else

list your SMS for a given device / thread:

$ presbeus thread mydeviceid 2

send an SMS:

presbeus sms mydeviceid phonenumber text for your SMS

show last active thread

$ presbeus last mydeviceid

To enable desktop notifications, you need to add to ~/.config/presbeus.yml:

notify_command: notify-send

And then you need to start presbeus in realtime mode:

$ presbeus realtime