Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/appengine-imified
Example of providing an Instant Messaging interface to App Engine application
https://github.com/garethr/appengine-imified
Last synced: 2 months ago
JSON representation
Example of providing an Instant Messaging interface to App Engine application
- Host: GitHub
- URL: https://github.com/garethr/appengine-imified
- Owner: garethr
- Created: 2009-02-20T14:15:40.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-03-23T23:17:02.000Z (almost 16 years ago)
- Last Synced: 2024-10-10T13:02:24.707Z (2 months ago)
- Language: Python
- Homepage: http://imified-demo.appspot.com/
- Size: 84 KB
- Stars: 24
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
Providing an Instant Messaging interface to your App Engine application is easier than you might think. And you don't have to wait for the upcoming XMPP API or ignore those using other networks.
IMIfied provide a currently free service which provides a web hook like interface to an instant messaging bot. In order to experiment with this you'll need to sign up for a free account at "IMified":http://imified.com.
You should be able to see a live example of this at "imified-demo.appspot.com":http://imified-demo.appspot.com
h2. Disclaimer
The author of this software is in no way affiliated with IMified, I just think it's a cool service.
h2. Licence
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.