This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import re | |
| import onetimepass as otp | |
| from urllib.parse import urlparse, parse_qs | |
| from kiteconnect import KiteConnect | |
| def get_request_token(credentials: dict) -> str: | |
| """Use provided credentials and return request token. |