Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
GroupD3/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
40 lines (15 sloc)
1.12 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GroupD3 - SNOO.py SNEK Chat Bot | |
In order to run our chat bot, run the client1.py and then the GUI. | |
If you would like to test out our text to speech functionality, open up 'clientWithSpeak.py'. Please note: this may not work on all machines. | |
You start by greeting me (otherwise I wont reply 😉 ) and after that you can type in your question and click the send button | |
I will have to perform a search depending on your question. I cannot take too long to reply otherwise that means that there is a problem and you will need to contact the technical team to fix me 🙁 | |
If you have any problems please don’t hesitate to email the tech team to fix me: D3@uni.coventy.ac.uk | |
If the chat bot doesn't work, try to run it in either the 32 or 64-bit IDLE client. | |
The following installations should also be completed to ensure full functionality of the bot: | |
pip install six | |
pip install pypiwin32 | |
pip install pyomo | |
Google Places Library for PlaceFinder | |
https://github.com/slimkrazy/python-google-places | |
Installing https://github.com/slimkrazy/python-google-places/zipball/master | |
Weather API https://github.com/csparpa/pyowm |