vyraun / Google-Search-Chatbot

A rudimentary Chatbot powered by Google Search.
2 stars 0 forks source link

Requirements

Python >= 2.7
Flask >= 0.10

Installation

  1. Clone and navigate to chatbot directory.

  2. Install modules.

    pip install Flask
    pip install Google-Search-API
  3. Run the python server.

    python main.py
  4. Open http://127.0.0.1:5000 in your browser.

  5. You're done and let's chat with your Robot.

Using Virtualenv

pip install -r requirements.txt

Chat UI Code from

https://github.com/sohelamin/chatbot