📅 Write: 2020/02/03
✅ Before you follow this tutorial, create the Next.js project first.
<?php | |
/* | |
* Usage Multiples: | |
* http://localhost/steamworkshop.php?ids[]=779297608&ids[]=468207596&ids[]=568872931&ids[]=898613611 | |
* Usage Single: | |
* http://localhost/steamworkshop.php?id=779297608 | |
*/ | |
set_time_limit(0); | |
define("API_URL", "http://api.steampowered.com/ISteamRemoteStorage/GetPublishedFileDetails/v0001/"); |
### Keybase proof | |
I hereby claim: | |
* I am ddarkr on github. | |
* I am ddark (https://keybase.io/ddark) on keybase. | |
* I have a public key ASDEQqR1sRHe9vfnzLvssBKbBxgSf38sbiy6OSD64DVz9wo | |
To claim this, I am signing this object: |
📅 Write: 2020/02/03
✅ Before you follow this tutorial, create the Next.js project first.
🌞 아침 60 commits ▉░░░░░░░░░░░░░░░░░░░░ 4.6% | |
🌆 낮 296 commits ████▋░░░░░░░░░░░░░░░░ 22.5% | |
🌃 저녁 571 commits █████████░░░░░░░░░░░░ 43.4% | |
🌙 밤 389 commits ██████▏░░░░░░░░░░░░░░ 29.6% |
Astro 53 mins ████████████████▋░░░░ 79.6% | |
TypeScript 9 mins ███░░░░░░░░░░░░░░░░░░ 14.6% | |
CSS 1 min ▍░░░░░░░░░░░░░░░░░░░░ 2.0% | |
JavaScript 1 min ▎░░░░░░░░░░░░░░░░░░░░ 1.7% | |
JSON 1 min ▎░░░░░░░░░░░░░░░░░░░░ 1.5% |
103.229.61.0/24 | |
195.66.214.0/23 | |
47.119.128.0/17 | |
185.211.78.0/24 | |
15.222.0.0/15 | |
176.65.148.0/24 | |
18.191.0.0/16 | |
54.36.0.0/16 | |
194.164.107.0/24 | |
171.64.0.0/14 |
import requests | |
import time | |
# === 설정 === | |
schedule_member_progress_no = 123456 # 변경 가능 | |
start_offset = 1 # 시작 currentTime | |
total_time = 2041 # 전체 시간 (초 단위) | |
cookie_value = '[INSERT_HERE]' # 쿠키 | |
interval = 5 # 5초마다 요청 |