Skip to content

Instantly share code, notes, and snippets.

@1gg
1gg / 502.py
Created August 25, 2018 06:13
看到有需要502论坛自动签到脚本,支持多马甲
#!/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'},