A very own quote generator zulip Bot.
- zulip
- pprint
- Install requirements using
pip3 install -r requirements.txt - Create a zulip realm on https://zulipchat.com
- Create a Bot on zulip.
- Go to settings from the gear menu in the top right corner.
- Create a new generic bot from
Your bots. - Download the bot's zuliprc and save it in your home directory as
.zuliprc.
- Run the Bot using
python3 bot.py.
- Mention the bot-name in your zulip realm with a word quote mentioned in it.
- 4th word of the message should be the number which states the number of quotes to receive.
- It must to have word
quotein your message to receive atleast one quote.
