Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky002 committed Dec 15, 2015
1 parent e033c25 commit 48a65b2
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,34 @@ The Genious L, now in slack to answer all your Queries! :sunglasses:
from any slack channel just type `thel [your question]`. The Question will be shown on the same channel visible to you.



## Integrate it with your team

**As the Wolframalpha API allows only 2000 API calls in a month. This can not be used directly. **

[Tutorial will be added soon]


1. Go to your channel
2. Click on **Configure Integrations**.
3. Scroll all the way down to **DIY Integrations & Customizations section**.
4. Click on **Add** next to **Slash Commands**.
- Command: `thel`
- URL: `https://slack-thel.herokuapp.com/thel`
- method: `POST`
- For the **Autocomplete help text**, check to show the command in autocomplete list.
- Description: `The Genius L, is now in slack to answer all your queries.`
- Usage Hint: `[search query]`
- Descriptiive Level: `Search Query`

[Will be updated soon]


## Developing

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

You will need to set the `wol_id` environment variable in `config.py` file in your heroku app in order for this to work. You can read more about it [clicking here](https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application)

[Will be updated soon!]


## Contributing
Expand Down

0 comments on commit 48a65b2

Please sign in to comment.