You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
感谢回答!!请问账号被重复利用的部分是怎么实现的呢?我在读visa.py这段代码, 每次login()也就是register之后创建random username = ''.join([chr(np.random.randint(26) + ord('a')) for _ in range(15)]) + "@gmail.com",拿到最新的可选预约时间,然后把时间存下来,但是我没有看到把username和password存下来再重新去fetch available date的逻辑,这个用户名的随机率又极高,应该很小概率会两次随机到同一个名字和密码,求解答,感谢!!
请问CGI系统是每次获取时间的时候都会创建一个新的账号吗?这些账号会被重复利用吗?每个账号大概可以用多久之后被ban?
The text was updated successfully, but these errors were encountered: