You can get KakaoTalk QR directly without accessing the website.
If there is any copyright or license violation of the software, please send it to iam@dan.al.
Table of Contents
After logging in via email or password, the QR information issued by KakaoTalk is retrieved and data is returned.
Create docker-compose.yml file and write as below.
version: '3.0'
services:
kakao-qr:
image: danieluhm2004/kakao-qr:latest
ports:
- '3000:3000'
restart: always
environment:
PORT: 3000
CACHING: 'true'
SECRET_KEY: this_is_secret_key
Make sure to change the secret key.
Please register and use the shortcuts below. https://www.icloud.com/shortcuts/4f04af7ef29648ddbc4ea420a811f098
Copyright (c) 2020 Daniel Uhm.