I already have access token generated from other python script. How do I use that ?
Is thare a way to create "auth.txt" manually and then pass it to handler ? I just don't know the format of auth.txt file.
flickr.set_keys(api_key="YOUR_API_KEY",
api_secret="YOUR_SECRET_KEY")
flickr.set_auth_handler(".auth.txt") # or whatever you save your auth file as