A Slack bot for Proxilabs management
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You must need NodeJs & npm was installed with version :
-
6.9.x for NodeJs
-
v5.x.x for npm
Install dependencies & setup env variables locally
npm run setup
Then, fill new .env created file with correct tokens
To run all tests, only do this :
npm test
To run locally the application is necessary to start a tunnel to expose localhost ip to the world.
npm i -g localtunnel
lt --port 9090 --subdomain proxilabs
This is necessary to allow Slack to find your localhost for slash command or dialog popin for examples
Then,
npm run start
Add additional notes about how to deploy this on a live system
This project is licensed under the MIT License - see the LICENSE.md file for details