Looking for getting OAuth token in Python

Then you probably want to generate, store, use and reuse a App Access/Client Credentials token

Documented here:

entry

Here is a pythong example I wrote that will generate and use such a token

It doesn’t give advise on store/recall/reuse of a token