A node.js API with express, mongodb and slack bolt api make a slack bot.
Just type the command for a greeting from the bot.
Creates a todo list for the user
Add the task in the todo list
Get all the tasks of a user along with their unique task_id
Delete the task from the todo list (copy paste task_id when calling this command)
- Clone the repository
- Install npm packages
- Create ".env" file just like sample.env
- Change the USERNAME & PASSWORD IN MONGODEV URL in env file
- Put slack credentials in the env file after creating an app in your workspace.