Update README.md

Andrew Cantino 11 anni fa
parent
commit
344f8f2858
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -2,23 +2,23 @@
2 2
 
3 3
 ## What is Huginn?
4 4
 
5
-Huginn is a system for building agents that perform automated tasks for you online.  They can read the web, watch for events, and take actions on your behalf.  Huginn's Agents create and consume events, propagating events along a directed event flow graph.  Think of it as Yahoo! Pipes plus IFTTT on your own server.  You always know who has your data.  You do.
5
+Huginn is a system for building agents that perform automated tasks for you online.  They can read the web, watch for events, and take actions on your behalf.  Huginn's Agents create and consume events, propagating them along a directed event flow graph.  Think of it as Yahoo! Pipes plus IFTTT on your own server.  You always know who has your data.  You do.
6 6
 
7 7
 ![the origin of the name](doc/imgs/the-name.png)
8 8
 
9
-#### This is just getting started, but here are some of the things that you can do right now with Huginn:
9
+#### We're just getting started, but here are some of the things that you can do with Huginn right now:
10 10
 
11
+* Track the weather and get an email when it's going to rain (or snow) tomorrow ("Don't forget your umbrella!")
12
+* List terms that you care about and receive emails when their occurrence on Twitter changes.  (For example, want to know when something interesting has happened in the world of Machine Learning?  Huginn will watch the term "machine learning" on Twitter and tell you when there is a large spike.)
11 13
 * Watch for air travel deals
12
-* List terms you care about and receive emails when their occurrence on Twitter changes drastically.  (For example, want to know when something interesting has happened in the world of Machine Learning?  Huginn will watch the term "machine learning" on Twitter and tell you when there is a large spike.)
13
-* Track the weather and get an email when it's going to rain (or snow) tomorrow
14 14
 * Follow your project names on Twitter and get updates when people mention them
15 15
 * Scrape websites and receive emails when they change
16 16
 * Compose digest emails about things you care about to be sent at specific times of the day
17
-* Track counts of high frequency events and SMS on changes, such as the term "san francisco emergency"
17
+* Track counts of high frequency events and send an SMS within moments when they spike, such as the term "san francisco emergency"
18 18
 * Watch public transit
19 19
 * Run arbitrary JavaScript Agents on the server
20 20
 * Track your location over time
21
-* Create Amazon Mechanical Turk tasks as the input, or output, of events
21
+* Create Amazon Mechanical Turk workflows as the inputs, or outputs, of agents.  ("Once a day, ask 5 people for a funny cat photo; send the results to 5 more people to be rated; send the top-rated photo to 5 people for a funny caption; send to 5 final people to rate for funniest caption; finally, post the best captioned photo on my blog.")
22 22
 
23 23
 Follow [@tectonic](https://twitter.com/tectonic) for updates as Huginn evolves, and join us in [our IRC channel](https://kiwiirc.com/client/irc.freenode.net/?nick=huginn-user|?#huginn) (\#huginn on Freenode) to discuss the project.
24 24