Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
/ QuickbidScraper Public archive

A web scraper for scraping QuickBid's(http://www.quickbid.com.tw/) data(including item price, bid price, and date) using BeautifulSoup 練習用BeautifulSoup來抓網站上的資料

Notifications You must be signed in to change notification settings

lyenliang/QuickbidScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickbidScraper

A web scraper for scraping QuickBid's data(including item price, bid price, and date) using BeautifulSoup.

Usage

python quickbidScraper.py 10602 10500 for scraping the data from http://www.quickbid.com.tw/items/10602/old to http://www.quickbid.com.tw/items/10500/old

Because the program accumulates the prices in each day, please make sure that your input parameters cover the whole day.

用法

例如當你想抓http://www.quickbid.com.tw/items/10602/oldhttp://www.quickbid.com.tw/items/10500/old 的紀錄時,你可以輸入python quickbidScraper.py 10602 10500

由於程式會把一天內價格累加起來,所以請確保輸入的參數剛好能抓到一整天的範圍。

About

A web scraper for scraping QuickBid's(http://www.quickbid.com.tw/) data(including item price, bid price, and date) using BeautifulSoup 練習用BeautifulSoup來抓網站上的資料

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages