Changes between Version 45 and Version 46 of BluePrint/Messaging
- Timestamp:
- 06/12/10 16:46:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging
v45 v46 107 107 === Twitter === 108 108 Adding support for sending out/receiving alerts via Twitter would be nice. 109 This is easy to do within base Web2Py, so this just needs a little UI work to integrate. 110 * http://www.web2py.com/AlterEgo/default/show/224 111 112 Hashtags can be parsed using [wiki:pyparsing]. 109 * [http://www.web2py.com/AlterEgo/default/show/224 Simple Web2Py example of posting/reading] 110 * Hashtags can be parsed using [wiki:pyparsing]. 111 * [http://dev.twitter.com/doc Twitter API] 113 112 114 113 === XMPP ===