This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: UTF-8 -*- | |
#forked from https://www.hostloc.com/forum.php?mod=viewthread&tid=452950 | |
import sys | |
from urllib import request | |
from http import cookiejar | |
from random import randint | |
account_dict = { | |
'0': {'username': 'xxxx', 'password': 'xxx'}, |
NewerOlder