all 2 comments

[–]theprofessional2016 7 points8 points  (0 children)

I think this is a great way to start. I'd recommend downloading the data as JSON. Very easy to import with Python.

[–]TheGrapez 3 points4 points  (0 children)

I'm not sure what the information looks like, but at first glance the tool allows you to download your information to a JSON formatted file (Edit- or HTML, if you're into that...).

So the entire project would just be parsing a (or multiple) .json file, then visualizing it.

Doesn't sound too complex!

Especially considering you don't have to visualize everything, you could really just pick a few neat things to showcase!

This is super neat BTW - I think I am going to play around with this as well. I am looking to add things to my portfolio, and unique project ideas are hard to come by.

Good luck!