python-zulip-api/bots/encrypt
2017-06-19 07:11:08 -04:00
..
assets bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
__init__.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
encrypt.py bots: Rename BotHandlerApi object client to bot_handler. 2017-06-13 11:13:23 -07:00
readme.md bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
test_encrypt.py bots: tests: Remove superfluous sys.path insertion. 2017-06-19 07:11:08 -04:00

About EncryptBot: EncryptBot Allows for quick ROT13 encryption in the middle of a chat.

What It Does: The bot encrypts any message sent to it on any stream it is subscribed to with ROT13.

How It Works: The bot will Use ROT13(A -> N, B -> O... and vice-versa) in a python implementation to provide quick and easy encryption.

How to Use:

-Send the message you want to encrypt, add @encrypt to the beginning. -The Encrypted message will be sent back to the stream the original message was posted in to the topic 's encrypted text. -Messages can be decrypted by sending them to EncryptBot in the same way.