I am trying to use the requests-oauth library for Python to make a request to Pocket. Unfortunately the description to use this library is not very comprehensive and I am also new to use oauth2. Generally I understand the process behind it but still can not convert this to get the request to work.
What I am looking for is abetter documentation or some comprehensive examples to use requests-oauth2. Does anyone know.
Especially I am not understanding what redirect_url to use when the request is made only by a script on my local machine but not a web application.