view mod_twitter.wiki @ 289:f777a248b321

New wiki page for mod_limits
author MWild1@gmail.com
date Fri, 06 Jul 2012 12:59:13 +0000
parents 0ad770ae4fdd
children f489b534e0a1
line wrap: on
line source

#summary Simple example of working component and HTTP polling.
#labels Stage-Alpha

= Introduction =

Twitter has simple API to use, so I tried to deal with it via Prosody.
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.
Maybe someone will finnish this idea.

= Details =

It does require some non-prosody Lua libraries: LuaJSON


= Configuration =

At the moment no configuration needed, but you can configure some variables inside code.

= TODO =

 * Send latest tweets to XMPP user
 * Reply user's messages to Twitter
 * OAuth support
 * User configuration (forms)

= Compatibility =

||0.8||Works||