logicappsio / LogicAppConnectionAuth

PowerShell Script to get an authorization link and complete auth for an OAuth connector.
MIT License
45 stars 24 forks source link

I turn script into Python code on Mac and Windows #9

Open MarsWangyang opened 2 years ago

MarsWangyang commented 2 years ago

Hi all, I developed the API connection authorization in Python on Mac and Windows. Here is the link of my repo.

I used Chrome engine to fix some connectors that cannot support IE browser using Selenium, such as Slack. If you are interested in improving this. You can open an issue or PR it.