Chat with us, powered by LiveChat Building on the example(the code bellow ), once you have extracted the data, show using regex, how you would extract certain data items and store them in a dictionary.Then create a | Wridemy

Building on the example(the code bellow ), once you have extracted the data, show using regex, how you would extract certain data items and store them in a dictionary.Then create a

Building on the example(the code bellow ), once you have extracted the data, show using regex, how you would extract certain data items and store them in a dictionary.Then create a text file and place the data from the dictionary into that file, adding proper headers to identify each column.Properly document your code to support what the code is trying to do. The data source must be a live website and not a downloaded file that is offline.

from bs4 import BeautifulSoup

import requests

import csvsource = requests.get('http://coreyms.com').textsoup = BeautifulSoup(source, 'lxml')csv_file = open('cms_scrape.csv', 'w')csv_writer = csv.writer(csv_file)

csv_writer.writerow(['headline', 'summary', 'video_link'])for article in soup.find_all('article'):

headline = article.h2.a.text

print(headline)summary = article.find('div', class_='entry-content').p.text

print(summary)try:

vid_src = article.find('iframe', class_='youtube-player')['src']vid_id = vid_src.split('/')[4]

vid_id = vid_id.split('?')[0]yt_link = f'https://youtube.com/watch?v={vid_id}'

except Exception as e:

yt_link = Noneprint(yt_link)print()csv_writer.writerow([headline, summary, yt_link])csv_file.close()PS : IF THE CODE OR ANYTHING IS NOT MAKING SENSE TO YOU CAN YOU PLEASE JUST PICK A WEBSITE AND DO WHAT WAS ASKED ? please im sorry and thank you very much

    Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

    Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

    Do you need an answer to this or any other questions?

    About Wridemy

    We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.

    How It Works

    To make an Order you only need to click on “Order Now” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

    Are there Discounts?

    All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.

    Hire a tutor today CLICK HERE to make your first order

    Related Tags

    Academic APA Writing College Course Discussion Management English Finance General Graduate History Information Justify Literature MLA