Hide API keys in Python scripts using python-dotenv, .env, and .gitignore

Опубликовано: 27 Июнь 2021
на канале: Jonathan Soma
50,458
1.2k

Sometimes you want to make your code public, but don't want to share an API key, email address, or password with the world. Using a combination of python-dotenv and a .gitignore file, you'll be good to go!

Note: If you're using Jupyter Notebooks, make sure you're not printing your API keys all over the place!! (and also: your .env file will need to be in the same directory as your .ipynb)

repo: https://github.com/jsoma/dotenv-example
python-dotenv: https://github.com/theskumar/python-d...
gitignore: https://gitignore.io/


На этой странице сайта вы можете посмотреть видео онлайн Hide API keys in Python scripts using python-dotenv, .env, and .gitignore длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Jonathan Soma 27 Июнь 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 50,458 раз и оно понравилось 1.2 тысяч зрителям. Приятного просмотра!