1. Go to https://api.slack.com/
2. Create a new workspace and provide a new name for your workspace.
1. Navigate to the OAuth & Permissions section.
2. Scroll down to user token scope and choose the scope of permissions your app will need.
- @slack/web-api - The official Slack Web API client for Node.js.
- Post message in Slack using Web Client - https://hooks.slack.com/service/{Channel path}
- GET all Message during inside the channel - web.conversations.history
- Search Query - Use the endpoint provided by Slack: https://slack.com/api/search.all
The categorized team will send an email with a response. You can perform the following actions:
- Use the
@slack/web-api
to interact with Slack's Web API. - Post messages in Slack using the Web Client at https://hooks.slack.com/service/{Channel path}.
- GET all messages inside the channel using the
web.conversations.history
endpoint. - Search for keywords using the endpoint provided by Slack: https://slack.com/api/search.all
- Filter the question and find technical keywords inside the chat for a readme file in GitHub.
Page 7