Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 854 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 854 Bytes

Raspberry Pi and the Morning Update

Just for fun, the Pi should say hi in the morning. Maybe like an alarm, read the weather, someone's last tweet... I dunno.

Installation (on Raspian)

  • Python 3 is needed, installed in Raspian by default.
  • Mplayer is needed for speech: $ sudo apt-get install mplayer
  • Clone this repository: $ git clone https://github.com/stevejarvis/morningpi.git
  • Run the tests: $ cd morningpi $ python3 tests.py
  • If they pass, you should be set! See if it talks: $ python3 main.py
  • Change preferences in settings.txt to make it say things you like

More Info

For more info about the tools used in this app. Twitter API Open Weather API