DEV Community

Sending daily live data to your phone automatically

Lars Wächter on July 30, 2017

Introduction Today I'd like to show you an excerpt of a small RaspberryPi / Python project I worked on recently. The main idea behind t...
Collapse
 
lukaszkuczynski profile image
lukaszkuczynski

Hello! Great job, I really like the idea of using PushBullet, what are other "push" options for mobile devices?
You can also check out my project of using RPi to parse RSS (later on indexed on Elastic) on my github repo

Collapse
 
diegolago profile image
Diego Lago

What is the pip/pip3 package I have to install to import Pushbullet class?

Thanks.

Collapse
 
larswaechter profile image
Lars Wächter

You have to install the Pushbullet package via pip: pip install pushbullet.py

More infos here: github.com/randomchars/pushbullet.py

Collapse
 
diegolago profile image
Diego Lago

Thanks very much!