Mercurial > prosody-wiki
comparison mod_twitter.wiki @ 150:ebf8207478f3
Created wiki page through web user interface.
author | xdersd |
---|---|
date | Sat, 28 Aug 2010 18:27:35 +0000 |
parents | |
children | 0ad770ae4fdd |
comparison
equal
deleted
inserted
replaced
149:4616d70c974a | 150:ebf8207478f3 |
---|---|
1 #summary Simple example of working component and HTTP polling. | |
2 #labels Stage-Alpha | |
3 | |
4 = Introduction = | |
5 Twitter has simple API to use, so I tried to deal with it via Prosody. | |
6 I didn't manage to finish this module, but it is nice example of component that accepts registrations, unregistrations, does HTTP polling and so on. | |
7 Maybe someone will finnish this idea. | |
8 | |
9 = Details = | |
10 It does require some non-prosody Lua libraries: LuaJSON | |
11 | |
12 | |
13 = Configuration = | |
14 At the moment no configuration needed, but you can configure some variables inside code. | |
15 | |
16 = TODO = | |
17 * Send latest tweets to XMPP user | |
18 * Reply user's messages to Twitter | |
19 * OAuth support | |
20 * User configuration (forms) | |
21 | |
22 = Compatibility = | |
23 ||0.8||Works|| |