Cosibot – Covid Stay Informed Bot is a non-profit initiative developed by ROBO.AI to provide citizens around the world with credible and up-to-date information on Coronavirus, using different sources and making it available in a single application.
This is the Portuguese version, available in Portuguese.
You can add the Cosibot Corona Virus Chatbot as a popup to your website. It is straightforward and it can be done in just three simple steps:
- Ask for an API key
- Ask your web developer to add the code snippet to your website - you can choose to add the International version or one of the Country bots available.
<script src="https://cdn.cosibot.org/widget/cosibot.js"></script>
<script>
var config = {
bot: 'covid-int-en',
key: '<Your API key>',
language: 'en'
}
Cosibot.init(config);
</script>
- Ta-da, The Cosibot is there. Tell the world about it!
If you want to train the bot to test it locally, you can do it by running the following command (inside the bot folder):
rasa train
To interact with the bot locally you can run:
rasa run actions
rasa shell
For any queries you might have, you can contact us here. You can also find us on Facebook, Twitter and Linkedin.