Question: Using python and the website to scrape from is: tex.stackexchange.com Irite a program that shall: 1. Download 1,000 most recent ('newest') questions. 2. For each
Using python and the website to scrape from is: tex.stackexchange.com
Irite a program that shall: 1. Download 1,000 most recent ('newest'") questions. 2. For each question on each index page, use BeautifulSoup to extract the following: 1. The title (str) and the ID (str) of the question. 2. The name (str), the ID (str), and the reputation score (int) of the original poster. 3. The time the question was posted (str). 4. The question score (int), the number of views (int), the number of answers (int), and whether an answer was accepted (bool). 5. The question tags (str). A question may have at most five tags. 6. Whether the question is closed (bool)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
