This process will allow you to create a shortcut on your desktop that will enable automatic entry of your OTP code into FFXIV without having to open up the authenticator each time you log in.
It uses FFXIV QuickLauncher for doing its work.
# -*- coding: utf-8 -*- | |
from selenium.webdriver.support import expected_conditions as EC | |
from selenium.common.exceptions import NoSuchElementException | |
from selenium.webdriver.support.ui import WebDriverWait | |
from selenium.webdriver.common.by import By | |
from selenium import webdriver | |
import unittest | |
class TestGatherer(unittest.TestCase): | |
def setUp(self): |
using System; | |
using Newtonsoft.Json; | |
using System.Linq; | |
using System.Text; | |
using System.Web; | |
using System.Security.Cryptography; | |
public class Program | |
{ | |
static string INPUT = @"{ |
### Keybase proof | |
I hereby claim: | |
* I am kensykora on github. | |
* I am kensykora (https://keybase.io/kensykora) on keybase. | |
* I have a public key ASChtiXL8BVkh1lYsUh_N5Rd3KmugBWdevQz2Uf4-KGaHgo | |
To claim this, I am signing this object: |
2020-07-16T15:01:49.4285879Z ##[section]Starting: Cache NuGet packages | |
2020-07-16T15:01:49.4292001Z ============================================================================== | |
2020-07-16T15:01:49.4292299Z Task : Cache | |
2020-07-16T15:01:49.4292523Z Description : Cache files between runs | |
2020-07-16T15:01:49.4292748Z Version : 2.0.1 | |
2020-07-16T15:01:49.4292962Z Author : Microsoft Corporation | |
2020-07-16T15:01:49.4293259Z Help : https://aka.ms/pipeline-caching-docs | |
2020-07-16T15:01:49.4293562Z ============================================================================== | |
2020-07-16T15:01:49.7396079Z Resolving key: | |
2020-07-16T15:01:49.7544756Z - nuget [string] |
microk8s-inspect-kms |
This process will allow you to create a shortcut on your desktop that will enable automatic entry of your OTP code into FFXIV without having to open up the authenticator each time you log in.
It uses FFXIV QuickLauncher for doing its work.