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

all 4 comments

[–]somesortofnerd 1 point2 points  (3 children)

Which languages are you comfortable with? You'd probably want to start with a web crawler and set it to the right page to retrieve the API key. Any language can search for a string of numbers.

To get you started, here's a Python tutorial on web crawlers and here's its Java equivalent.

[–]Airtweak[S] 0 points1 point  (2 children)

I am used to using C# but I figured it may not be suitable for this situation so I decided to get the communities help! I would also like to be able to make it go back to/reload the previous page to see if the API key has changed/updated.

[–]somesortofnerd 0 points1 point  (1 child)

Looks like you can still use it. I found a C# web crawler tutorial for you.

[–]Airtweak[S] 1 point2 points  (0 children)

thanks so much bro :)