Zerotoanalyst Project1
zerotoanalyst-project1
Use the "Run" button to execute the code.
SIFISO SAMSON WEBSCRAPING PROJECT NOTEBOOK
In this notebook I am going to create functions that will allow me to webscape the Blog_Url ,Blog_Title,Author and the Date_Posted of blogs from an Url that contains this information grouped by the month that the blogs were published and write them to a csv file that will have the ability to be added to everytime I want to add similar information from similar web pages.Specifiacally the Urls I am intrested in can be found at this link signalvnoise.
!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="zerotoanalyst-project1")
[jovian] Detected Colab notebook...
[jovian] jovian.commit() is no longer required on Google Colab. If you ran this notebook from Jovian,
then just save this file in Colab using Ctrl+S/Cmd+S and it will be updated on Jovian.
Also, you can also delete this cell, it's no longer necessary.
SIFISO SAMSON6 months ago