zulip/contrib_bots/bots/encrypt
Abhijeet Kaur d90906c521 contrib bots: Edit code for uniformity.
Add one function (get_bot_botname_response()) that generates response
from the given input and replies back to the handle_message with the final
content of response to be sent. Also add code to bots(except followup) to
reply to private messages along with stream messages.
2017-03-14 13:29:19 -07:00
..
assets contrib bots: Rename bots to follow a consistent pattern. 2017-03-14 13:29:19 -07:00
encrypt.py contrib bots: Edit code for uniformity. 2017-03-14 13:29:19 -07:00
readme.md contrib bots: Rename bots to follow a consistent pattern. 2017-03-14 13:29:19 -07:00
tests.py contrib bots: Rename bots to follow a consistent pattern. 2017-03-14 13:29:19 -07:00

readme.md

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.