Stars Near Earth
Web application created to implement web scraping.
Stars Near Earth was created to put the web scraping technique into practice. It scrapes the main table of this page on Wikipedia and processes them to format and obtain images of each star.
- BeautifulSoup is used to do the data extraction.
- Depending on the cores of the computer running the process, the multiprocessing technique is used.
- Since Python hosting only has one core, you can select the type of process you want to use to view the information. Either load the saved stars or use the API and perform the scraping.
Made with:
Date:
December 6, 2023


