Milestone 2_Only
Budget: $10 – $30 USD
Attached below in the file entitled "Milestone 2" is the whole project, but I need only milestone 2. deliverables of mile stone 1 are also attached below. I need the work to be authentic 100%. Not COPIED from any other website.
1. Database Population
In this milestone, you are required to write a web crawler to crawl the pages from the premier league website for all the first teams, parse the HTML you crawl and extract the relevant fields for populating the non-user tables in your schema. Note that you may need to use a library that enables javascript running to obtain the generated html code for the matches page. You may also use other websites to get the matches’ results if you prefer
At the end of this milestone, you should have all your non-user tables populated with the extracted data. For the user tables, use sample test information to populate the relevant tables.
2. Web Crawling and Data Population
Tools: Scrappy, pycharm, BeautifulSoup, selenium, python (or any other crawler library / language)
Description:
In this milestone, you are required to implement your crawler, extract the data from the premier league website and populate your database
Deliverables:
1. Crawling script
2. Populated MySQL database dump
3. CSV files for the values in each table
1. Database Population
In this milestone, you are required to write a web crawler to crawl the pages from the premier league website for all the first teams, parse the HTML you crawl and extract the relevant fields for populating the non-user tables in your schema. Note that you may need to use a library that enables javascript running to obtain the generated html code for the matches page. You may also use other websites to get the matches’ results if you prefer
At the end of this milestone, you should have all your non-user tables populated with the extracted data. For the user tables, use sample test information to populate the relevant tables.
2. Web Crawling and Data Population
Tools: Scrappy, pycharm, BeautifulSoup, selenium, python (or any other crawler library / language)
Description:
In this milestone, you are required to implement your crawler, extract the data from the premier league website and populate your database
Deliverables:
1. Crawling script
2. Populated MySQL database dump
3. CSV files for the values in each table