- Creat a Slack app with below permissions.
users:read.email
,channels:history
,groups:history
,im:history
,mpim:history
- Scraping Slack channels messages by user
cd typescript/scraper && deno run --allow-net --allow-write --arrow-read index.ts
- Plsease check the bias of your collected dataset before step 2
- Train your dataset.txt on the service like
Google Colab
, or your local machine. - Build and test your model in container.
- It takes about 5 to 10 minutes.
- Let' go!