joaoricardo000 / whatsapp-bot-seed

A small python framework to create a whatsapp bot, with regex-callback message routing.
728 stars 244 forks source link

Added Stone,paper & scissor in super_views.py #82

Closed haxxorsid closed 8 years ago

haxxorsid commented 8 years ago

Created function& defined def sps. Added ("/(?P<s0rp0rs>stone|paper|scissor)$", self.sps) in self.routes. Made few changes in string _HELPTEXT to show new commands and change few other commands for better interface. Added /stone /scissor /paper. Changed commands like /s(earch), /i(mage) to /search,/image. Tested and working. Screenshot

ghost commented 8 years ago

You removed the help function

haxxorsid commented 8 years ago

@montemarcaldera Nope it is still there I think.