Skip to content

elcpls/auction-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuctionPro

I built this project to significantly speed up the process of locating gun auctions and processing auction items to determine the going rate for each item on several major gun sites. Before building this, I would manually search through local gun auctions, list each firearm and search for that firearm on multiple sites to gather selling prices and going rates for each firearm. This application turns a 6-8 hour task into a near-instantaneous operation. The project has two major components.

Frontend application

The frontend to this application is built on Flask and SQLAlchemy. It's a simple interface to gather auction data and review summary reports after a report is generated.

Backend crawler

A scrapy application is set up to do the heavy lifting of crawling major gun sites for prices.

About

Web scraper and frontend for retrieving gun auction data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • JavaScript 4.9%