slackzon
Simple Amazon Product Search in Slack. All searches are private and only visible to you.
Usage
From any Slack channel, just type /amazon [search terms]. The products will be shown on the same channel visible just to you.
Integrate with your team
- Go to your channel
- Click on Configure Integrations.
- Scroll all the way down to DIY Integrations & Customizations section.
- Click on Add next to Slash Commands.
- Command:
/amazon - URL:
http://amazon.goel.io/search - Method:
POST - For the Autocomplete help text, check to show the command in autocomplete list.
- Description:
Simple Amazon Product Search in Slack. - Usage hint:
[search terms]
- Description:
- Descriptive Label:
Search Amazon
Developing
Add a config.py file based on config.py.example file. Grab your AWS credentials.
# Install python dependencies
$ pip install -r requirements.txt
# Start the server
$ python app.pyContributing
- Please use the issue tracker to report any bugs or file feature requests.
