From 520048b24af96f066151a91e483ff6b166a52791 Mon Sep 17 00:00:00 2001 From: Swapnil Agarwal Date: Wed, 20 Apr 2016 16:07:20 +0530 Subject: [PATCH] Add advanced feature requests --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b55c37b2..540a588c 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,25 @@ There are a lot of features that I've planned for JARVIS. Feel free to add to th - [ ] Currency Conversion - [ ] Random Quote / Fact - [x] Random Joke -- [ ] Dictionary +- [ ] Dictionary ([#1](https://github.com/swapagarwal/JARVIS-on-Messenger/pull/1)) - [ ] Wikipedia Summary +- [ ] Weather + +Some advanced features: + +- [ ] Add templates support (Structured Messages) +- [ ] Integrate with [Wit.ai](https://wit.ai/swapagarwal/JARVIS-on-Messenger) to parse Natural Language +- [ ] Retain context between queries + +### Structure + +```sh +├── modules/ # home for various features +├── modules/src/ # code goes here +├── modules/tests/ # tests go here +├── CONTRIBUTING.md # contributing guidelines +└── jarvis.py # the main bot +``` ### Usage