garethr / appengine-imified
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Feb 20 00:51:02 -0800 2009 | |
| |
README.textile | Sat Feb 21 12:01:53 -0800 2009 | |
| |
app.yaml | Tue Mar 17 08:16:06 -0700 2009 | |
| |
assets/ | Sat Feb 21 12:01:53 -0800 2009 | |
| |
console.py | Tue Mar 17 08:16:06 -0700 2009 | |
| |
index.yaml | Fri Feb 20 00:51:02 -0800 2009 | |
| |
main.py | Mon Mar 23 16:16:50 -0700 2009 | |
| |
models.py | Sat Feb 21 12:01:53 -0800 2009 | |
| |
settings.py | Fri Feb 20 00:51:02 -0800 2009 | |
| |
templates/ | Sat Feb 21 12:06:32 -0800 2009 |
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.
You should be able to see a live example of this at imified-demo.appspot.com
Disclaimer
The author of this software is in no way affiliated with IMified, I just think it’s a cool service.
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.
