scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

Update to the name function urllib.urlopen #22

Closed tacigomess closed 4 years ago

tacigomess commented 4 years ago

According to the https://docs.python.org/3/library/urllib.request.html#module-urllib.request the name of the function has been changed to urllib.request.urlopen

arxcruz commented 4 years ago

Instead of use urllib, just use requests as in the other pieces here.

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #22   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           3     4    +1     
  Lines         214   214           
====================================
  Misses        214   214
Impacted Files Coverage Δ
chatbot.py 0% <0%> (ø) :arrow_up:
setup.py 0% <0%> (ø)
google_places.py 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02f846a...c2e39c6. Read the comment docs.