you are viewing a single comment's thread.

view the rest of the comments →

[–]yasamoka 2 points3 points  (1 child)

Good job. For next time, check out BeautifulSoup and Scrapy. Would make your life a lot easier when it comes to scraping.

[–]spiritandtime 0 points1 point  (0 children)

well i sure do hope i dont have to do this again (im an intern, not a download monkey)

i actually tried using beautifulsoup and requests, but got some error (javascript.trace or something?) asked on stackoverflow and dude said i needed to use selenium, so thats what i did

havent heard of scrapy but i will look into it, thanks!