vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Dealing with the API key in mapsstatic() #202

Open chttrjeankr opened 4 years ago

chttrjeankr commented 4 years ago

Describe the bug Dealing with the API key and sending the correct response is not very secure.

To Reproduce Steps to reproduce the behavior:

  1. Use the Static Maps API by querying for "Show me a map of ..."
  2. Result returned is an URL which exposes the API key

Expected behavior Probably the best alternative would be to return an image when such a query happens. Or an embedded map.

Additional context None

harshakhmk commented 3 years ago

If the issue still needs to be addressed, can I work on this