#Slack-VC Slack-VC is a Slack integration to look up famous Venture Capital's portfolio list. It's built for startup enthusiasts! 😇
Currently, the VCs supported and corresponding commands:
- a16z (a16z)
- Founders Fund (ff)
- Google Ventures (gv)
- GreyLock Partners (greylock)
- Khosla Ventures (khosla)
- Sequoia Capital (sequoia)
- KPCB (kpcb)
- Go to one of your Slack channel.
- Click the Channel Settings.
- In the settings menu, click the Add an app or integration.
- In the top menu bar, click Manage, then click the Custom Integrations on the left menu bar.
- Click Slash Commands.
- Click Add Configuration.
- Command: /vc
- URL: https://slack-vc.herokuapp.com/
- Method: POST
- In the Autocomplete help text section, check to allow autocomplete.
- Description: VC's portfolio list, articles is in Slack now!
- Usage hint: [VC name + Space + Option]
- All set!
After adding Slack-VC integration to your team, within any channel of your team,
- To look up portfolio, in your input box, simply type /vc [VC name + space + p]
- For example: /vc a16z p
- To look up a company's backed investors, simply type /vc [company name + space + i]
- For example: /vc instagram i
- Clone the repo.
$git clone https://github.com/wang502/slack-vc
$cd slack-vc`
$pip install -r requirement.txt
$python app.py
- Server is up and running locally, open another terminal.
$curl --data "text=iconfinder i" http://0.0.0.0:5000/
- You will see the message returned.