A VtM Rivals Deckbuilder #2

Between work and Portal coming to the Switch (see my “the cake is a lie” posts) I’ve not had much chance to work on this project.

However I found a little time yesterday to look at my first hurdle in getting to that sweet sweet card data, getting passed the login screen.

My Python code

The main problem with the login was extracting the hidden token from the page to pass into the login payload.

I know the login is working because I get the “<Response [200]>”. Which means it has been successful.

However when I try and get the database page all I get is the login page back. So now that’s my next hurdle. I’ve logged in, now to get the database page back. Oh and I need to get rid of those two warnings. They may not solve the problem I have but getting rid of them won’t hurt.

See you on the next post when I have something to report.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.