|
|
Overview
This is a Jabber bot to use with Pownce written in Python.
It uses Twisted words and wokkel for jabber/xmpp and SQLAlchemy as the database backend.
Pownce just announced a new API version with official support for posting notes and much more.
I hope to implement in the next version:
- automatic notification on new messages from friends
- replies to notes from friends
- ability to post events with the great parsedatetime library
- any more ProjectIdeas? Let me know!
Changelog
| rev15 | VERY backwards-incompatible the pownce jabber bot gets rewritten currently, to use the twisted framework. please standby :) |
| rev4 | backwards-incompatible fixed error while posting a message without proper recipient, renamed db field 'type', removed unnecessary imports |
Installation
Dependencies
- SQLAlchemy >=0.4.6
- Twisted >=8.0.1
- wokkel >=0.3.1
- pownce-api
- simplejson
Usage
Currently available commands:
- help COMMAND [...]
- message [SEND_TO] NOTE
- link [SEND_TO] URL [NOTE]
- register USERNAME PASSWORD
- unregister PASSWORD
