DEV Community

Jesse Orshan
Jesse Orshan

Posted on

1 1

Web Scraping with Python Tutorial


https://youtu.be/JU2GjEEj0TY

In this tutorial, I use BeautifulSoup and Requests in Python to pull the market cap of a stock (AAPL) from Yahoo Finance. Next, we set our program to run everyday and to send us an sms text message with the results.

Top comments (1)

Collapse
 
codemouse92 profile image
Jason C. McDonald

By the way, you can embed the YouTube video directly into the post (which I recommend). Just replace the video link in the post with this line of code:

{% youtube JU2GjEEj0TY %}

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay