Logging into facebook with python

后端 未结 5 1131
忘掉有多难
忘掉有多难 2020-12-09 06:46

If I run the following code 10 times in a row, it will work about half the time and fail the rest. Anyone know why?

import urllib2, cookielib, re, os, sys

c         


        
5条回答
  •  一生所求
    2020-12-09 07:44

    Maybe Facebook limits the maximum number of login attempts per minute. It's just a guess.

提交回复
热议问题