MCPcopy Create free account
hub / github.com/geekcomputers/Python / create_form

Function create_form

facebook id hack.py:26–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def create_form():
27 form = dict()
28 cookie = {"fr": "0ZvhC3YwYm63ZZat1..Ba0Ipu.Io.AAA.0.0.Ba0Ipu.AWUPqDLy"}
29
30 data = requests.get(post_url, headers=headers)
31 for i in data.cookies:
32 cookie[i.name] = i.value
33 data = BeautifulSoup(data.text, "html.parser").form
34 if data.input["name"] == "lsd":
35 form["lsd"] = data.input["value"]
36 return (form, cookie)
37
38
39def function(email, passw, i):

Callers 1

functionFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected