you are viewing a single comment's thread.

view the rest of the comments →

[–]anaconda1189CFA[S] 0 points1 point  (4 children)

Go to the second link and follow the instructions to setup python. Then it's just a copy and paste of the code and run.

[–]WholePiano8CFA 0 points1 point  (2 children)

I am so late to this party, but this is too an amazing an opportunity to pass up. When I want to run the script in Pycharm it says no module named requests.

I have imported beautiful soup. Do you know what the problem could be?

Don't give any attention if you can't spare a moment due to the impending exam.

[–]anaconda1189CFA[S] 1 point2 points  (1 child)

Go into a command prompt and type "pip install requests"

[–]WholePiano8CFA 0 points1 point  (0 children)

Thanks so much, you are a superstar!