Python script to read credentials from a yaml file, read a dataset and update information
I’m working on an academic project where I need to create a python script to change credentials from a yaml file. This script should read the yaml file, then look for the value of Oauth 1 in a spreadsheet (authentication column) and get the updated Oauth 2, finally create a new ymal file with auth 2. I would like to know where I can start.