If I run two scripts with same api_key and access_token ,one of the script shows kiteconnect.exceptions.InputException: Invalid `api_key` or `access_token`.
Are you using the kite.set_access_token function??? If you want to reuse access token in another script,you must save the access token in a variable and use set_access_token function.