-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (22 loc) · 1.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
README - Vidiprinter
Please note this project, although functional, is a work-in-progress.
Vidiprinter is a Python script designed for the Raspberry Pi which brings in information form multiple sources and displayes them as a ticker on the screen, like those on Final Score/Soccer Saturday.
Currently, the project supports the following sources:
-- Tweets from @SkyNewsBreak
-- New emails from a Gmail account
-- Facebook notifications
-- Clock (the time is printed every 15 minutes)
-- One RSS feed of your choice
Other planned sources include:
-- Any IMAP email
-- Facebook messages
-- Public transport databases
-- Google Calendar
-- Multiple RSS feeds
When the program is first launched, you will be prompted for a series of credentials. These can be changed at a later date by running VidiprinterSettings.py
Vidiprinter is dependent on a number of Python modules, all of which can be be installed using 'sudo easy_isntall modulename'. These are listed at the top of the Python script.
TODO list
-- Add the sources listed above
-- Turn sources on or off
-- Interface with an LCD screen
-- Audible alert when something updates