Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zezs/web-scrapping-best-gpu-prices

Developed a Web scrapper to find the cheapest, in stock GPU on Newegg by combining python modules BeautifulSoup with requestlibrary to fetch web page’s HTML files. Using BeautifulSoup which is an excellent tool for parsing HTML code, the required data is scrapped from the HTML files and is exported into a csv file.
https://github.com/zezs/web-scrapping-best-gpu-prices

Last synced: 7 days ago
JSON representation

Developed a Web scrapper to find the cheapest, in stock GPU on Newegg by combining python modules BeautifulSoup with requestlibrary to fetch web page’s HTML files. Using BeautifulSoup which is an excellent tool for parsing HTML code, the required data is scrapped from the HTML files and is exported into a csv file.

Awesome Lists containing this project