Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
claudia-bot-builder-fork
Advanced tools
Create chat-bots for various platforms and deploy to AWS Lambda quickly, slack app fixes
Claudia Bot Builder helps developers create and deploy chat-bots for various platforms in minutes to AWS Lambda. It simplifies the messaging workflows, automatically sets up the correct web hooks, and guides you through configuration steps, so that you can focus on important business problems and not have to worry about infrastructure code.
Check out this two minute video to see how you can create and deploy a bot quickly:
Here's a simple example:
const botBuilder = require('claudia-bot-builder');
const excuse = require('huh');
module.exports = botBuilder(function (request) {
return 'Thanks for sending ' + request.text +
'Your message is very important to us, but ' +
excuse.get();
});
This code is enough to operate bots for all four supported platforms. Claudia Bot Builder automatically parses the incoming messages into a common format, so you can handle it easily. It also automatically packages the response into the correct message template for the requesting bot, so you do not have to worry about individual bot protocols.
Check out the Getting Started guide for information on how to set up a simple bot in minutes and API Documentation for detailed information on the API.
See the Chat-Bots section of the Claudia.js example projects list
How to run it locally?
You can't. At least not easy. Claudia Bot Builder doesn't have a stand alone http server in the background (such as Express, Hapi, etc.), instead it uses API Gateway and it's not trivial to simulate similar environment locally.
How to test your bot?
Your chat bot is just a Lambda function, which means it is just a simple JavaScript function and you should be able to, at least in theory, run everything locally as simple automated tests.
The most important thing is to design testable Lambda functions, this guide will help you to do that.
Integration tests can be a bit more complex if you have some integrations with external or AWS services. Check this guide to see how to write integration tests and run automated tests locally.
My Facebook messenger bot responds to my messages only. Why it's not responding to everyone?
Facebook has a review process for chat bots. Make sure your bot is approved.
Can I send Slack slash command delayed responses?
Yes, here's the tutorial for that.
Have a question that is not on this list? Feel free to ask it on Claudia chat on Gitter.
Please, do not use GitHub issues for asking questions or requesting assistance/support, use it only to report bugs.
Contributions are greatly appreciated. See the Contributors' guide for information on running and testing code.
See the Release History
Building something cool with Claudia Bot Builder? Let us know or send a PR to update this list!
MIT -- see LICENSE
FAQs
Create chat-bots for various platforms and deploy to AWS Lambda quickly
The npm package claudia-bot-builder-fork receives a total of 1 weekly downloads. As such, claudia-bot-builder-fork popularity was classified as not popular.
We found that claudia-bot-builder-fork demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.