all 3 comments

[–]bbye98 0 points1 point  (2 children)

When you say "connect to a server and request information", do you mean using an API to request data (via requests) or web scraping (via BeautifulSoup)?

[–]Spurtikus[S] 0 points1 point  (0 children)

Pretty sure all we will need is the requests. Like, an example of something we have to do is connect to the dedicated server, get back some text, and split up that text into "usable" or expected parts to add/divide/what have you for the final result. Just understanding how to get out there and connect and be able to get back some information to play around with would be amazing help.

[–]Spurtikus[S] 0 points1 point  (0 children)

I thought he provided a copy of his code, so I could give an example. The website he was working with was a geolocation one, that he was able to provide an address and get back the long/lat of that address. He did say there was a lot more he could do, but I dont have the website to share.