It is necessary to automate the receipt of the token, there is a link that I am sending, and I get a new one that contains the token. How to do it on python?
r = requests.get(link) print(r) print(r.url) I found such and similar methods on the Internet, but they return the link before the redirect.