Comparison

mod_twitter/README.md @ 6003:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parent 1803:mod_twitter/README.markdown@4d73a1a6ba68
comparison
equal deleted inserted replaced
6002:5a65a632d5b9 6003:fe081789f7b5
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: 'Simple example of working component and HTTP polling.'
5 ...
6
7 Introduction
8 ============
9
10 Twitter has simple API to use, so I tried to deal with it via Prosody. I
11 didn't manage to finish this module, but it is nice example of component
12 that accepts registrations, unregistrations, does HTTP polling and so
13 on. Maybe someone will finnish this idea.
14
15 Details
16 =======
17
18 It does require some non-prosody Lua libraries: LuaJSON
19
20 Configuration
21 =============
22
23 At the moment no configuration needed, but you can configure some
24 variables inside code.
25
26 TODO
27 ====
28
29 - Send latest tweets to XMPP user
30 - Reply user's messages to Twitter
31 - OAuth support
32 - User configuration (forms)
33 - discuss about using cjson
34 - [!!!!] rewrite to be compatible with 0.9+
35 - drop? (since it is mod\_twitter in spectrum)
36
37 Compatibility
38 =============
39
40 ------- ---------------------
41 trunk Currently Not Works
42 0.9 Currently Not Works
43 0.8 Works
44 ------- ---------------------