-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove api key #12
base: master
Are you sure you want to change the base?
Remove api key #12
Conversation
It could be worth adding the API key to the config file :) |
It'd be nice if there was some sort of public key that we could use for the entire app, especially for people that don't have keys (like me). But, I think if its possible to abuse the key, good pr. 👍 |
+1. You should also give a prompt if API key is not available and yeah a config file would be great. |
My suggestion is - do not expose your own API key to public. People should use their own API key if they want to use or build something with this app. I do not think google will let us use one universal public API key for this app. So, for now, let users use their own API key. |
That's what I'm saying. I just want that let users put API key in a config |
There is already a config fille which you can use. +1 for an exception if the user does not have an API key :) |
Removed api key from the google_stt.py to prevent others from abusing the API_key.