Nice Blog ! , Is there any way you to secure the access key, I've come across programs that uses some kind of algorithm to encrypt the secret key. That could be amazing
Thanks for your kind complement and feedback. You can store your access keys in environment variables and read from there using os.get_env(). That's the standard practice. If you know a better way for access keys using some kind of encryption would love to have read. Would you be kind enough to drop a link here to an article?