A Shipment tracking Zulip Bot for Zulip realm. It tracks with the help of .
- Zulip
- Aftership
- Python3
- prettyprinter
- 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
.
- The format for the bot query is
courier track <company name> <tracking number>
- First and second word of the messsage should be
courier track
. - Third word should be the courier company name.
- Fourth word should be courier Tracking number.