Kак реализовать авторизацию в игру на python

10/14/2018 21:24 ivanchin#1
Good people tell me how to implement the authorization to play on for python, if that's a post request of this kind: [Only registered and activated users can see links. Click Here To Register...], but that's login page of this form https: / /ru5.darkorbit.com sorry for my english
10/14/2018 21:51 PNTX#2
you navigate to the [Only registered and activated users can see links. Click Here To Register...] page.
extract the bpsecure.com token.
send the post request with your username and password to that bpsecure url.
done.
10/15/2018 07:00 ivanchin#3
I will work, I have to think about how to do this on the python (I will be grateful to someone who will siknet, any implementation outline). Thank PNTX
10/16/2018 08:16 ivanchin#4
sorry for noob question just learning python, extract the bpsecure.com token? Know people tell me a piece of code.

Thank you all, I guessed))