A chatbot built in react to interact with the Cisco partner API's, based on https://lucasbassetti.com.br/react-simple-chatbot
Ensure docker and docker-compose are installed and then perform the following:
- Clone the repo -
git clone https://github.com/btotharye/cisco-pss-api-chatbot.git
- Copy the .env.default to a .env file and put in your secret keys, the keys used are the Cisco PSS API keys which can be created at https://devs.cisco.com/site/support-apis/ -
cp .env.default .env
- CD into the new dir -
cd cisco-pss-api-chatbot
- Bring up the project -
docker-compose up -d --build --remove-orphans
- Verify the application now loads at http://localhost
To modify the colors of the bot you can modify the src/config/chatstyles.js
file please see https://lucasbassetti.com.br/react-simple-chatbot/#/docs/themes for more information.
You can modify the image of the bot by uploading your image file as bot.jpg and putting it in the https://github.com/btotharye/cisco-pss-api-chatbot/tree/master/src/assets/images
folder. This is imported in from file src/App.js
if you want to modify the file name, etc.
- Add in Service Request info based on serial
- Bug lookup information
- End of Life/Support Information
Feel free to join chat for questions or enhancement requests:
https://geek-slack-invite.herokuapp.com/
If you liked this project, you can donate to support it and new features