Skip to content

adammck/djsms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Put this in your pipe

    def echo(msg):
        if msg.text.startswith("echo "):
            msg.respond(msg.text[5:])

and smoke it

    ./manage.py runbackend
    ./manage.py runrouter

About

Here be dragons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published