view mod_twitter/README.markdown @ 4688:05725276fac0

mod_bookmarks2: Use same default as mod_pep for max_items Should fix the issue with max items until the proper "max" can be used, by following the configured max. While "max" is already in trunk, it's not easily usable in 0.11.x This limit and option was added to mod_pep in Prosody rev aefb96a52f5f
author Kim Alvefur <zash@zash.se>
date Wed, 15 Sep 2021 17:39:37 +0200
parents 4d73a1a6ba68
children
line wrap: on
line source

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

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)
-   discuss about using cjson
-   [!!!!] rewrite to be compatible with 0.9+
-   drop? (since it is mod\_twitter in spectrum)

Compatibility
=============

  ------- ---------------------
  trunk   Currently Not Works
  0.9     Currently Not Works
  0.8     Works
  ------- ---------------------