feat: add basic chatbot #14

Merged
koalp merged 3 commits from feature/minimal-chatbot into development 2021-04-29 02:24:20 +02:00

3 Commits

Author SHA1 Message Date
9dd501418e
chore(ci): add cmake to the test stage
All checks were successful
continuous-integration/drone/pr Build is passing
2021-04-29 02:14:30 +02:00
865b949b5f
feat: add builder for mediapart, document chatbot
All checks were successful
continuous-integration/drone/pr Build is passing
A builder for mediapart have been added. No generic builder have been
created as there is no usecase yet.

Some documentation have been added, roadmap and scope have been
clarified and chatbot have been lightly documented.
2021-04-29 02:11:32 +02:00
a16dbbc790
feat: add basic chatbot
Some checks failed
continuous-integration/drone/pr Build is running
continuous-integration/drone/push Build is failing
A basic chabot application that downloads article from one newspaper
have been added.

It can download html pages and is called with !hmtl

ArticleLocation have been refactored to own it's internal data.
2021-04-27 04:32:37 +02:00