import lxml.html
import requests
headers = {
'act':'a_send',
'al': '1',
'entrypoint':'',
'gid':'0',
'guid':'',
'hash':'',
'im_v':'2',
'media':'',
'msg':'223',
'random_id':'',
'to':''
}
r = requests.get("https://vk.com", params=headers)
print(r)