/Botser

A bot building platform.

Primary LanguagePHP

Botser

  • A bot building platform.
  • Create your own bot by specifying the URL of the website you want the bot for.
  • The bot is an informative bot that can answer any questions whose answers can be found on the given URL.
  • Creates a sitemap based on the given URL.
  • Scrap the entire site based on sitemap to populate our database.
  • Do NLP based analysis to create tags and answer questions.

Quick Start

  • Clone this repository on your local machine.
  • Set up a MySQL database and create two tables named properties and users in it.
  • Configure the environment by entering your details in api/v1/config.php and authentication.php
  • Place the directory in your local server directory.

Demo Images

  • Dashboard view. 9

  • Adding a new entry. 10