VTS 초보
This commit is contained in:
parent
f144aab824
commit
4140406c88
4 changed files with 56 additions and 51 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue