Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/StevenHickson/PiAUISuite
Raspberry PI AUI Suite
https://github.com/StevenHickson/PiAUISuite
Last synced: 3 months ago
JSON representation
Raspberry PI AUI Suite
- Host: GitHub
- URL: https://github.com/StevenHickson/PiAUISuite
- Owner: StevenHickson
- License: other
- Created: 2013-04-30T06:59:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T06:23:25.000Z (almost 6 years ago)
- Last Synced: 2024-04-12T19:38:58.146Z (7 months ago)
- Language: C++
- Size: 4.25 MB
- Stars: 695
- Watchers: 91
- Forks: 210
- Open Issues: 80
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - StevenHickson/PiAUISuite - Raspberry PI AUI Suite (C++)
README
# Alternative User Interface
Includes voicecommand, download, playvideo, and textcommand scripts
This requires:
* boost
* curl
* xterm
* espeak
* some other thingsTo install the dependencies, run:
```bash
sudo apt-get install -y libboost-dev libboost-regex-dev youtube-dl axel curl xterm libcurl4-gnutls-dev mpg123 flac sox
```To install PiAUISuite:
```bash
git clone https://github.com/StevenHickson/PiAUISuite.git
cd PiAUISuite/Install
./InstallAUISuite.sh
```It will:
* ask if you want to install the dependencies
* to install each script## Different Parts
Name | Purpose | Blogpost
-----|---------|---------
playvideo | finds and plays videos | [Here](http://stevenhickson.blogspot.com/2013/03/playing-videos-intelligently-with.html)
downloader | find and downloads the best torrent | [Here](http://stevenhickson.blogspot.com/2013/03/automatically-downloading-torrents-with.html)
gvapi | checks, sends, and deletes SMS messages | [Here](http://stevenhickson.blogspot.com/2013/05/using-google-voice-c-api.html)
gtextcommand | checks for sms messages every minute and runs commands from them | [Here](http://stevenhickson.blogspot.com/2013/03/controlling-raspberry-pi-via-text.html)
youtube | streams youtube | [In browser](http://stevenhickson.blogspot.com/2013/06/playing-youtube-videos-in-browser-on.html) and [on Pi](http://stevenhickson.blogspot.com/2013/04/using-youtube-on-raspberry-pi-without.html)
youtube-safe | streams other video files | [Hulu and Vimeo](http://stevenhickson.blogspot.com/2013/06/getting-huluvimeo-to-work-on-raspberry.html) and [others](http://stevenhickson.blogspot.com/2013/06/streaming-other-hd-video-sites-on.html)
voicecommand | run voice commands | [Here](http://stevenhickson.blogspot.com/2013/05/voice-command-v20-for-raspberry-pi.html) and [here](http://stevenhickson.blogspot.com/2013/04/voice-control-on-raspberry-pi.html)Copyright
[GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3))
Steven Hickson