Nicolas Marcq преди 8 години
родител
ревизия
c15eade50b
променени са 2 файла, в които са добавени 16 реда и са изтрити 3 реда
  1. 4 3
      README.md
  2. 12 0
      brain.yml

+ 4 - 3
README.md

@@ -47,9 +47,10 @@ Reading through this guide before writing any code is recommended.
 
 ## Credits
 
-> **Meaning of Kalliope** Kalliope means "beautiful voice" from Greek καλλος (kallos) "beauty" and οψ (ops) "voice". In Greek mythology she was a goddess of epic poetry and eloquence, one of the nine Muses.
-
-TODO: Write credits
+> **Meaning of Kalliope** Kalliope means "beautiful voice" from Greek καλλος (kallos) "beauty" and οψ (ops) "voice". 
+In Greek mythology she was a goddess of epic poetry and eloquence, one of the nine Muses.
+PRONOUNCED: kə-LIE-ə-pee (English) 
+PRONOUNCED: Ka-li-o-pé (French)
 
 ## License
 

+ 12 - 0
brain.yml

@@ -130,3 +130,15 @@
     signals:
       - order: "est-ce que j'ai des emails"
 
+  - name: "run soundcloud"
+    neurons:
+      - soundcloud:
+          username: "me@gmail.com"
+          password: "my_password"
+          args:
+            - artist_name
+            - music_name
+    signals:
+      - order: "I would like to hear the song {{ music_name }}"
+       - order: "I would like to hear {{ artist_name }}"
+