Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norfairking/paula-proof-of-concept
Personal Artificial Intelligent Life Assistant
https://github.com/norfairking/paula-proof-of-concept
Last synced: about 2 months ago
JSON representation
Personal Artificial Intelligent Life Assistant
- Host: GitHub
- URL: https://github.com/norfairking/paula-proof-of-concept
- Owner: NorfairKing
- Created: 2013-09-28T13:00:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T14:32:55.000Z (almost 11 years ago)
- Last Synced: 2024-05-01T12:37:44.732Z (8 months ago)
- Language: Python
- Size: 7.75 MB
- Stars: 5
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* PAULA
Personal Artificial Unintelligent Life Assistant** Notes
*** Supported Distributions
- Arch
- Ubuntu
- Mint
*** Supported Terminals
- RXVT-Unicode
** Install
A setup script is provided:
- PAULA_install.sh
Running this will install PAULA and her components.
** Use
Run PAULA.sh with the following commands:
- start - starts PAULA
- stop - stops PAULA
- restart - restarts PAULA
*** Features
- Agenda
- Checklist
- Going out
- Mock
- Play Song
- Random Song
- Remind
- Rick Roll
- Shut Up
- Sleep
- Training
- Sexy Vibe
- Which Song
- Wikipedia
- Youtube** Developers:
*** Tests
Paula uses nose to run the internal tests. Run the following commands to run all tests.
#+BEGIN_SRC shell
nosetests3
#+END_SRC