python-zulip-api/contrib_bots/bots/encrypt_bot
Abhijeet Kaur 0419848d3c contrib_bots: Restructure bots to follow a consistent structure.
Now all the bots that are stored in contrib_bots are in the
same file/directory format.
The format is specified here #3427. Add tests.py file for encrypt_bot as well.
Fixes #3427.
2017-02-10 06:44:03 -08:00
..
assets contrib_bots: Restructure bots to follow a consistent structure. 2017-02-10 06:44:03 -08:00
encrypt_bot.py Restructure contrib_bots bots to new layout. 2017-01-22 05:42:46 -08:00
readme.md contrib_bots: Restructure bots to follow a consistent structure. 2017-02-10 06:44:03 -08:00
tests.py contrib_bots: Restructure bots to follow a consistent structure. 2017-02-10 06:44:03 -08: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.