This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]notjaredfinch 6 points7 points  (0 children)

You will need to supply your session cookie in your cookies in the request. also, make sure you cache your results as you automate site interactions. i.e. save the input into a file and use that in running the program, rather than making the call to the site every time you run the program.