VTS 초보

This commit is contained in:
암냥 2025-03-02 23:23:45 +09:00
commit 4140406c88
4 changed files with 56 additions and 51 deletions

View file

@ -3,6 +3,7 @@ from instagrapi import Client
import json, os
from datetime import datetime, timedelta
import library.lib as lib
import library.vts as vts
# Start timing the script
start_time = datetime.now()
@ -24,6 +25,10 @@ cl.set_proxy("socks5h://localhost:9999")
print("🍪 | Account information was successfully retrieved.")
print("📅 | Getting VTS Table")
vts.download()
print("📅 | VTS Table Downloaded")
print("📅 | Getting MLSV_YMD Timestamp")
print("📅 | Date:", MLSV_YMD)