DEV Community

Jesse Orshan
Jesse Orshan

Posted on

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 %}