antegral / kakao-nibs

kakao-nibs is a fork of node-kakao, a project aimed at ongoing maintenance.
Other
10 stars 1 forks source link

Does v4.5.1 solve kakao account restriction? #3

Open numeralpharic opened 1 year ago

numeralpharic commented 1 year ago

Since I found that storycraft's build doesn't work because Kakao dropped support of the version it was mocking, I was able to make it functional again by simply changing client's version to win32 3.4.2. (my repo: https://github.com/numeralpharic/node-kakao )

But soon my account got suspended. So I'm curious if changing version to android would solve the problem.

Thanks!

antegral commented 1 year ago

Yes, the Win32 version may have changed its protocol structure, and the account was suspended when it actually tried.

hjcoding1 commented 1 year ago

Yes, the Win32 version may have changed its protocol structure, and the account was suspended when it actually tried.

정지 없이 사용 가능한 방법 공유 가능하신가요?

antegral commented 1 year ago

Yes, the Win32 version may have changed its protocol structure, and the account was suspended when it actually tried.

정지 없이 사용 가능한 방법 공유 가능하신가요?

요즘 시간이 부족해서 아직 방법은 찾지 못했습니다. 일단 우회하는 방법을 찾아보고 조만간 픽스 진행할 예정입니다.

sans-tv commented 5 months ago

I'm interested in this project, is this project still on going?

antegral commented 5 months ago

I'm interested in this project, is this project still on going?

No. I'm not developing on the project right now, for a variety of reasons, but I can only clarify that I'm not able to.

if i can develop the project someday, I will.

sans-tv commented 5 months ago

thank you for your reply, I hope everything you do always goes well.

Lukim99 commented 5 months ago

KiwiTalk의 구현 부분을 보면 win32 카카오톡의 3.4.7버전 인증 부분을 확인할 수 있는데, 제 머리로는 분석이 불가능하네요. storycraft님의 답변을 보면 AuthApiClient의 인증 부분을 고치면 node-kakao를 다시 정상적으로 사용할 수 있으리라 생각되는데, 한 번 확인 가능하실까요?