]> git.cworth.org Git - turbot/commit
Add a route to implement a /rot slash command
authorCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 05:22:32 +0000 (22:22 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 07:48:20 +0000 (00:48 -0700)
commit11447eca6af60b8eea982293c0857674c84c1533
treeb5cd0055b845eb3ca301b80221bdba148b766e62
parenteab9b231f34e26385d18426fe0656ef5fc94edeb
Add a route to implement a /rot slash command

This is to be used as follows:

/rot [count] String to rotate

The optional count indicates a number of positions to rotate every
letter in the string. If it is not provided, all rotations will be
printed.

Note: The count can also be provided as an '*' character to explicitly
request all possible rotations.
requirements.in
requirements.txt
turbot.py