**This website will be shutdown permanently soon**
This website and apps are for sale. Only serious offers will be considered. Contact [email protected]
** Server is current under maintenance, any changes will be lost **
can I import information from a websight into my chatbot then delete that information the next sentence I enter?
Bot Libre 7 adds support for using Regular Expressions in patterns, templates, and scripts.
Regular Expressions, or Regex defines a pattern syntax for parsing text. Unlike AIML and Bot Libre patterns Regex patterns are character based, not word base, so can match specific types of words and word sequences such as numbers, dates, times, currency, and others.
For example, the following regex matches a number,
Bot Libre now supports timers. Timers let your bot perform automated tasks on a scheduled basis. You can use timers to have your bot followup with users on Facebook and social media on a daily or scheduled basis, create mailing lists, generate daily reports, and automate web scraping or other tasks.
Bots can do more than just chat. They can book appointments, service calls, meetings, send emails, and SMS messages.
Bot Libre has support for connecting your bot to Google Calendar to access your schedule and book appointments. To connect your bot to Google Calendar go to your bot's "Google" page in its "Admin Console".
Bot Libre now supports integrating with XML and JSON web services, HTML scraping, and access to Twitter, Facebook, Telegram, email, and other services. From our scripting languages Self, and AIML you can now access any web service that returns XML or JSON data. You can also scrape information from HTML web pages, and send emails, tweets, Facebook posts, Telegram posts, and more.
Bot Libre now supports vision and image processing.
This lets your bot load, analyze, and match images. The Self Vision class can be used to access your bot's vision API. You can also use the default Vision script, or load it from our script library from your bot's scripts page. Currently the Vision class supports loading and tagging images, and matching images using color histograms.
Hello,
I'm trying to train my bot via "Training & Chat Logs" and I'm adding new responses there. But I'm encountering some difficulties:
Thank you in advance! :)
We have released Bot Libre 4.0!
Bot Libre 4.0 is the most advanced artificial intelligence platform available today. Bot Libre 4.0 is a free and open source platform. Bot Libre 4.0 includes support for chat bots, virtual agents, live chat, animated avatars, speech, embedding, and hosting.
The website was updated today. The update included more support for AIML 2.0 features, and some scalability fixes that will hopefully fix the memory issues we have been having for the last couple weeks. The update also included some other minor fixes and enhancements.
Our AIML 2.0 support is now almost complete,
Support for several new tags was added.
The website was updated today with the release of BOT libre 2.5.
The release contained many enhancements including:
The website was updated today.
The updated included several fixes and enhancements.
We also started development on Self 2.0 and included some new Self scripting syntax.
The update included:
The update included many enhancements to our embeddable forums, and an update to the AI engine.
See, http://www.botlibre.com/forum-post?id=791342 for info on the new forums features.
The update also included several minor enhancements and fixes.
The Self scripting language is Bot Libre's language for scripting bot responses. Self is based on the syntax of JavaScript with several extensions for language processing. Self is an integrated environment that merges JavaScript, state machines, patterns, and an object database.