Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

bharadwaj6/slack-google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-google

Be lazy and search Google right from Slack.

Inspired from slack-overflow and uses pygoogle for simplicity.

Usage

From any Slack channel, just type /google [search terms], and get results right there

For example, searching for "what is slack?" in any channel

image

gives us:

image

That's all!

Integrate with your team

  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: /google
  • URL: http://rocky-thicket-8883.herokuapp.com/google (or you can use your own app url)
  • Method: POST
  • For the Autocomplete help text, check to show the command in autocomplete list.
    • Description: Google search, inside Slack.
    • Usage hint: [search terms]
  • Descriptive Label: Search Google

Developing

# Install python dependencies
$ pip install -r requirements.txt

# Start the server
$ python app.py

Feel free to fork and generate a pull request. Thanks!

About

Search Google right from Slack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages