kakaotalk-chat-analyzer 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/report.js +3 -3
- package/package.json +1 -1
package/dist/src/report.js
CHANGED
|
@@ -792,9 +792,9 @@ function renderSelfServeCallout() {
|
|
|
792
792
|
<li>카카오톡에서 채팅방 → <strong>더보기(≡)</strong> → <strong>대화보내기</strong> → <strong>CSV 보내기</strong>로 파일 저장</li>
|
|
793
793
|
<li><strong>Node.js 22+</strong>가 있는 Mac/Windows/Linux에서 터미널을 열고, 보낸 파일 경로를 넣어 실행해 보세요.</li>
|
|
794
794
|
</ol>
|
|
795
|
-
<div class="cmd">npx kcachat@latest "./KakaoTalk_Chat_보낸파일.csv"
|
|
796
|
-
<p
|
|
797
|
-
<p>짧은 이름이
|
|
795
|
+
<div class="cmd">npx kcachat@latest "./KakaoTalk_Chat_보낸파일.csv"</div>
|
|
796
|
+
<p>기본은 리포트를 만든 뒤 <strong>BrewPage에 자동 업로드</strong>해 공유 링크를 출력합니다. PC에만 저장하려면 <code>--local</code> 을 붙이세요(업로드 생략, <code>index.html</code> 만 생성).</p>
|
|
797
|
+
<p>짧은 이름이 부담스럽다면: <code>npx kakaotalk-chat-analyzer@latest "./파일.csv"</code> · 로컬만: <code>… --local</code></p>
|
|
798
798
|
<p class="links">
|
|
799
799
|
<a href="${gh}">GitHub 소스</a>
|
|
800
800
|
· <a href="${npmShort}">npm · kcachat</a>
|
package/package.json
CHANGED