mod_twitter

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

Compatibility

trunk Currently Not Works
0.9 Currently Not Works
0.8 Works

Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_twitter

For earlier versions see the documentation for installing 3rd party modules