如何使用 Python 从客户端 OAuth 2.0 堆栈交换 api 流中检索 access_token?

How to retrieve access_token from client-side OAuth 2.0 stack exchange api flow using Python?

我正在为 Whosebug 开发我的项目,使用 API 和 Python。但是,我需要从 URL 中获取 [access_token],如 https://api.stackexchange.com/docs/authentication 中所述。

我已经使用重定向 URL 回答了我自己的问题,然后我将它应用于 StackExchange 登录过程。