We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am using a translator app to post this query. Please excuse me if the wordings appear odd.
I entered my mock account details here and set virtual = True
from pykis import KisAuth auth = KisAuth( # HTS 로그인 ID 예) soju06 id="YOUR_HTS_ID", # 앱 키 예) Pa0knAM6JLAjIa93Miajz7ykJIXXXXXXXXXX appkey="YOUR_APP_KEY", # 앱 시크릿 키 예) V9J3YGPE5q2ZRG5EgqnLHn7XqbJjzwXcNpvY . . . secretkey="YOUR_APP_SECRET", # 앱 키와 연결된 계좌번호 예) 00000000-01 account="00000000-01", # 모의투자 여부 virtual=True, ) # 안전한 경로에 시크릿 키를 파일로 저장합니다. auth.save("secret.json")
Then i did the following to get the access token
from pykis import PyKis, KisAuth # 실전투자용 PyKis 객체를 생성합니다. kis = PyKis("secret.json", keep_token=True) kis = PyKis(KisAuth.load("secret.json"), keep_token=True)
But i am always getting an error "auth에는 실전도메인 인증 정보를 입력해야 합니다."
Would you pls tell me how can i get my mock account setup?
안녕하세요, 이 질문을 게시하기 위해 번역기 앱을 사용하고 있습니다.
표현이 이상하게 보일 수 있으니 양해해 주시기 바랍니다.
여기에 모의 계정 세부 정보를 입력하고 virtual = True로 설정했습니다.
그런 다음 액세스 토큰을 얻기 위해 다음을 수행했습니다.
그런데 항상 "auth에는 실전도메인 인증 정보를 입력해야 합니다."라는 오류가 발생합니다.
모의 계정을 설정하는 방법을 알려주시겠어요? 감사합니다
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
빠른 문제 해결을 위해 다음을 확인했나요?
질문 내용
Hello, I am using a translator app to post this query.
Please excuse me if the wordings appear odd.
I entered my mock account details here and set virtual = True
Then i did the following to get the access token
But i am always getting an error "auth에는 실전도메인 인증 정보를 입력해야 합니다."
Would you pls tell me how can i get my mock account setup?
안녕하세요, 이 질문을 게시하기 위해 번역기 앱을 사용하고 있습니다.
표현이 이상하게 보일 수 있으니 양해해 주시기 바랍니다.
여기에 모의 계정 세부 정보를 입력하고 virtual = True로 설정했습니다.
그런 다음 액세스 토큰을 얻기 위해 다음을 수행했습니다.
그런데 항상 "auth에는 실전도메인 인증 정보를 입력해야 합니다."라는 오류가 발생합니다.
모의 계정을 설정하는 방법을 알려주시겠어요?
감사합니다
추가 정보
No response
The text was updated successfully, but these errors were encountered: