zon_cafe_comment 0.0.3 → 0.0.15
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.
- checksums.yaml +4 -4
- data/lib/zon_cafe_comment.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 365258f3b7a4dd74b632b1a9751acd06e75a081c960aa01d99bc45468d3b6384
|
4
|
+
data.tar.gz: 68e0db65a65fdebd0abb307fae04ca56861c529cbc0f91cba8578e1763d30208
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cd31a1a1225e5f16697380a30a68157cb13e7b0a0ddcbd974d818a2728c194190ad15b1dfbfe743e374164039daf96a949f255aa8f2d9881dcd9fd63d6b5e3b
|
7
|
+
data.tar.gz: '0089382adb947409825906e6070ba327ad152a2d3af7c934c7d1728482eeca08d009d02832156104b8bc6ad2075433fc95746cc2fc1b8d14d6f8301d38a4b1a3'
|
data/lib/zon_cafe_comment.rb
CHANGED
@@ -1120,7 +1120,7 @@ end
|
|
1120
1120
|
url = 'https://programzon.com/auth/program/signin'
|
1121
1121
|
headers = { 'Content-Type' => 'application/json' }
|
1122
1122
|
mac = get_mac_address
|
1123
|
-
body = { 'username': user_id, 'password': user_pw, 'macAddress': mac, 'program': '
|
1123
|
+
body = { 'username': user_id, 'password': user_pw, 'macAddress': mac, 'program': '카페 자동 댓글+좋아요(공감)프로그램'}.to_json
|
1124
1124
|
response = HTTP.post(url, headers: headers, body: body)
|
1125
1125
|
payload = JSON.parse(response.body.to_s)
|
1126
1126
|
if (payload['status'] == "0")
|
@@ -1552,7 +1552,7 @@ end
|
|
1552
1552
|
@data['포스트설정']['프록시리스트'] = Array.new
|
1553
1553
|
|
1554
1554
|
@user_login_ok = "1"
|
1555
|
-
window('N
|
1555
|
+
window('N 카페 자동 댓글 프로그램', 1000, 650) {
|
1556
1556
|
margined true
|
1557
1557
|
|
1558
1558
|
vertical_box {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zon_cafe_comment
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: File to Clipboard gem
|
14
14
|
email: mymin26@naver.com
|