Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Releases: bcanseco/common-bot-library

Putting the better "chat" in "chatbot"

08 Jul 01:13
Compare
Choose a tag to compare

This update replaces the BotLibreService from last update with PandorabotService. I quickly realized after last update that BotLibre bots are pretty awful out of the box - I'd keep both for the sake of choice but this (Pandorabots) actually adds value to the library whereas the other one would just be a dead-end for a developer unaware.

Putting the "chat" in "chatbot"

07 Jul 03:44
Compare
Choose a tag to compare

Added BotLibreService - the library's first actual chat service!

Vision Service tweak

04 Jul 23:55
Compare
Choose a tag to compare

GoogleVisionService now takes in an image encoded as a base64 string. Previously, taking a URL worked only half the time for perfectly valid image links.

Yandex refactoring

04 Jul 21:24
Compare
Choose a tag to compare

Separates language logic from service logic.

The machine learning update

04 Jul 06:13
Compare
Choose a tag to compare

ImgurService improvement

02 Jul 00:57
Compare
Choose a tag to compare

Adds an Id field to the model.

Github & Imgur!

01 Jul 23:51
Compare
Choose a tag to compare

OpenWeatherMapService improvement

24 Jun 23:54
Compare
Choose a tag to compare
  • Get country code in OWM result
  • Automate deployment with Cake

OpenTriviaDbService improvement

24 Jun 01:53
Compare
Choose a tag to compare

YouTubeService improvement

17 Jun 04:14
Compare
Choose a tag to compare
  • Fetches as many YouTube results as allowed/available by Google (max 50).
    • Previously only fetched up to 5 (API default).
  • Clarifies a similar limitiation in the Google service.