It is required to write a script to enter the site and further work on it. It is protected against automated systems ( https://binomo.com/RE NOT ADVERTISING). Yes, and I have little experience, wrote a couple of scripts for the cart, VC and video processing. But now I thought it possible to use a cookie from the browser instead of authorization? Just how to do it and check what works? I found a browsercookie module, but there are few examples to figure it out. While I have the following:
import browsercookie import requests cj = browsercookie.firefox() r=requests.post('https://binomo.com/ru/trading', cookies=cj) print(r.status_code)
gives 500. Help, please, advice or poke in the travel material if there is one.