Python beginner here - I'm trying to program in python so I can change our users' signature for our organization. I'm having trouble following this guide.
The code examples are clear but how to get started is not. I vaguely understand that I need to use oauth2 like here, and fully understand how to create a token under the developers console.
Can someone give me a code snippet to connect using oauth2
with "Fake Token" and retrieve everyone's account email and their signature settings? This would help me use other methods from the classes mentioned in the DOC.