Skip to content

Complete Network Tools Chat Bot based on Flint Framework for Cisco Spark

License

Notifications You must be signed in to change notification settings

voipnorm/netTools

Repository files navigation

NetTools Bot

NetTools Bot is a network DNS troubleshooting bot designed for Cisco Spark. To see a full working version please add nettools@sparkbot.io to a Spark space.

Getting Started

NetTools is meant to be a base to which to build. Although it does not use a database for storing space data adding one should be as simple of replacing the crud file with your own database methods.

NetTools uses a json file to store a limited set of space data which is loaded on startup and rewriten on new space adds and removals. Its simple but limited.

Prerequisites

Nodejs, node-flint.

Installing

Via Git

mkdir myproj
cd myproj
https://github.com/voipnorm/netTools.git
npm install

Set the following environment variables...

SPARK_ROOM_ID=<admin room ID for feedback>
SPARK_BOT=<bot access token>
WEBPORT=8080
NODE_ENV=development
SPARK_BOT_STRING= <bot texted string>
ALLOW_DOMAIN= <authorised dmain>
APP_ADMIN= <admin email> 

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Nick Marus node-flint creator.

Flint Support

Chat with us here:flint-support

About

Complete Network Tools Chat Bot based on Flint Framework for Cisco Spark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages