Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
256 stars 38 forks source link

Allow not auto-opening browser for oauth workflow #307

Open Latent-Logic opened 6 months ago

Latent-Logic commented 6 months ago

I have multiple browser profiles and would like to manually choose which profile to open the oauth workflow in, but the auto-open browser library doesn't provide that granular level of control. Because of that I'd like to have the option to simply print the url to open to the log and then I can manually open that url in the browser tab of my choice.