Hey Hackers, I'm Enigma Bot, the most feature-rich Zulip Chat Bot built for solving your queries. I was developed by the Team Enigma Rebooted in the HackFest 2k19, the offcial Fest of Department of Computer Science and Engineering, IIT(ISM) Dhanbad.I'm famous for solving various programming queries and, am really good in mind games like Hangman,Memory game and Scrabble. So? Up for a challenge? Follow the upcoming steps and Voila!
https://www.youtube.com/watch?v=Gl35gneRS-U&feature=youtu.be
- Chatting with User
- Description of a Linux Command
- SSH a remote user
- Hacker news on keyword/ commands
- Dictionary based search
- Mind Games like:
- Hangman
- scrabble
- Stone Paper Scissor
- Mind Game
- Calculator
- Live Sports Score (Cricket/ Football)
-
Create a Zulip Realm
-
Goto to settings and create a new generic bot named 'Enigma'. (Settings can be found in dropdown of gear icon present in top right corner of zulip realm)
-
Download the zuliprc file for your bot and place it in your home directory as '.zuliprc'.
-
Install all the requirements using
pip install -r requirements.txt
-
In
bot.py
, change site inself.client = zulip.Client [site]("https://chunkzz.zulipchat.com/api/")
to url of your created zulip realm.Do the same forBOT_MAIL variable
-
Run
bot.py
using the lastest version of Python.python bot.py
-
Head over to your created zulip realm and start using the bot.
Some of the query outputs are shown below. We've used a local server to get the input query, thus making it a real time conversation.