25 lines
947 B
Python
25 lines
947 B
Python
from dataclasses import dataclass
|
|
|
|
CLIENT_ID = 2155768539
|
|
|
|
@dataclass
|
|
class Cookie:
|
|
name: str
|
|
userID: str
|
|
ant: str
|
|
|
|
COOKIES = [
|
|
Cookie(name="ithi", userID="twnu7577d258564215", ant="MFivJ2uk0eyBd7G28D0_4WSk3QXdpHXxp1rkDaNXdCU~"),#ok
|
|
Cookie(name="ym", userID="twnu18c780bce30104", ant=""),
|
|
Cookie(name="83", userID="twnud41942de09830d", ant=""),
|
|
Cookie(name="bjl", userID="twnuf8429dee79c3d3", ant=""), #ok
|
|
Cookie(name="yy", userID="twnucbb3bdfce95b85", ant=""),
|
|
Cookie(name="hk", userID="twnuf622dd45e496ea", ant="ypc2JaDoKwfgghdheiFRCJvBjWid78M9djJooqOeMnY~"),
|
|
Cookie(name="aa", userID="twnuc0728a46c25738", ant=""), #ok
|
|
Cookie(name="bb", userID="twnu407ef7f1a046fd", ant="pSQPuFHTEVSztUuDcP4eboMqyY5La0Hb5JRWYILj1z8~"),
|
|
Cookie(name="wn", userID="twnu7322f207fb75ab", ant="4q3ArCVX_yx5fTq0kWWCanc60SXEnUU3QyuF0wys8Hc~")
|
|
]
|
|
|
|
COOKIE_NAME = 'ithi'
|
|
URL_TYPE = '1' # 1, 3, 7, m, p
|
|
TASK_TYPE = 'dc' # d, c |