Skip to content

werdl/chat

Repository files navigation

A basic chatbot

Things it can do

  • Do maths problems
  • Search google for questions
  • convert units
  • rate movies
  • ask how you are
  • greet you
  • search weather
  • summarise wikipedia pages

Ways to access

  • Web interface (flask)
  • CLI (vanilla Python)

Known Limitations

  • advanced maths operations don't work
  • BODMAS/BIDMAS not always applied
  • Google scraping a bit vunerable

Install (OS agnostic)

Reqs

  • Python
  • requirements.txt
pip install werdl-chat

Get chatting

  • New file
from werdlchat import *
chat()

About

A chatbot I wrote in Python

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors