|
@@ -1,51 +1,9 @@
|
|
|
-# List of available neuron
|
|
|
-
|
|
|
+# Neuron installation
|
|
|
A neuron is a module that will perform some actions attached to an order. You can use it in your synapses. See the [complete neuron documentation](neurons.md) for more information.
|
|
|
|
|
|
-## Core neuron
|
|
|
-
|
|
|
-| Name | Description |
|
|
|
-|-----------------------------------------------------------|---------------------------------------------------|
|
|
|
-| [ansible_playbook](../kalliope/neurons/ansible_playbook/) | Run an ansible playbook |
|
|
|
-| [kill_switch](../kalliope/neurons/kill_switch/) | Stop Kalliope process |
|
|
|
-| [neurotransmitter](../kalliope/neurons/neurotransmitter/) | Link synapse together |
|
|
|
-| [say](../kalliope/neurons/say/) | Make Kalliope talk by using TTS |
|
|
|
-| [script](../kalliope/neurons/script/) | Run an executable script |
|
|
|
-| [shell](../kalliope/neurons/shell/) | Run a shell command |
|
|
|
-| [sleep](../kalliope/neurons/sleep/) | Make Kalliope sleep for a while before continuing |
|
|
|
-| [systemdate](../kalliope/neurons/systemdate/) | Give the local system date and time |
|
|
|
-| [uri](../kalliope/neurons/uri/) | Interacts with HTTP and HTTPS web services. |
|
|
|
-
|
|
|
-## Community neuron
|
|
|
-
|
|
|
-| Name | Description |
|
|
|
-|--------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
|
|
|
-| [facebook](https://github.com/kalliope-project/kalliope_neuron_facebook) | Post and Read message on Facebook |
|
|
|
-| [gmail_checker](https://github.com/kalliope-project/kalliope_neuron_gmail) | Get the number of unread email and their subjects from a gmail account |
|
|
|
-| [google agenda](https://github.com/bacardi55/kalliope-google-calendar) | Get your next meetings on google calendar |
|
|
|
-| [google maps](https://github.com/bacardi55/kalliope-gmaps) | Get address / distance / time / directions from Google maps |
|
|
|
-| [hue](https://github.com/kalliope-project/kalliope_neuron_hue) | Control the Philips Hue lighting system |
|
|
|
-| [list available orders](https://github.com/bacardi55/kalliope-list-available-orders) | Let kalliope tell you what she how she can help |
|
|
|
-| [MPD](https://github.com/bacardi55/kalliope-mpd) | Play music via an MPD server |
|
|
|
-| [openweathermap](https://github.com/kalliope-project/kalliope_neuron_openweathermap) | Get the weather of a location |
|
|
|
-| [pi camera](https://github.com/bacardi55/kalliope-picamera) | Take picture with your picamera |
|
|
|
-| [pushetta](https://github.com/kalliope-project/kalliope_neuron_pushetta) | Send a push message to a remote device like Android/iOS/Windows Phone or Chrome browser |
|
|
|
-| [repeat](https://github.com/bacardi55/kalliope-repeat) | Make kalliope say whatever you want |
|
|
|
-| [rss_reader](https://github.com/kalliope-project/kalliope_neuron_rss_reader) | Get rss feed from website |
|
|
|
-| [slack](https://github.com/kalliope-project/kalliope_neuron_slack) | Post and Read message on Slack |
|
|
|
-| [system_status](https://github.com/bacardi55/kalliope-system-status) | Get info about the system (cpu, memory, … |
|
|
|
-| [tasker](https://github.com/kalliope-project/kalliope_neuron_tasker) | Send a message to Android tasker app |
|
|
|
-| [todotxt](https://github.com/bacardi55/kalliope-todotxt) | Manage a todolist via Kalliope |
|
|
|
-| [twitter](https://github.com/kalliope-project/kalliope_neuron_twitter) | Send a Twit from kalliope |
|
|
|
-| [Uber](https://github.com/bacardi55/kalliope-uber) | Get time and price estimation for a uber ride |
|
|
|
-| [wake_on_lan](https://github.com/kalliope-project/kalliope_neuron_wake_on_lan) | Wake on lan a computer |
|
|
|
-| [web scraper](https://github.com/bacardi55/kalliope-web-scraper) | Read web pages that don't provide RSS feed or APIs (by scraping html) | |
|
|
|
-| [wikipedia](https://github.com/kalliope-project/kalliope_neuron_wikipedia) | Search for a page on Wikipedia |
|
|
|
-
|
|
|
-
|
|
|
-Wanna add your neuron in the list? Open [an issue](../../issues) with the link of your neuron or send a pull request to update the list directly.
|
|
|
-
|
|
|
-To know how to install a community neuron, read the "Installation" section of the [neuron documentation](neurons.md).
|
|
|
+## Neuron list
|
|
|
+
|
|
|
+Get the full neuron list available on [the project web site](https://kalliope-project.github.io/).
|
|
|
|
|
|
## Installation
|
|
|
|