Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 3.34 KB

README.md

File metadata and controls

80 lines (54 loc) · 3.34 KB

Contributors Forks Stargazers Issues MIT License


Logo

GamePriceTracker

The Gaming Scraper is a Python-based tool designed to search for gaming products on eBay and analyze their prices over time. This scraper retrieves data based on user-defined search queries, applies filters, and provides insights into price trends. It also supports saving the scraped data to both CSV files and an SQLite database, allowing for long-term analysis and tracking.

Features

  • Search eBay: Perform searches for gaming products on eBay with customizable search queries.
  • Filter Results: Exclude items based on user-defined keywords and languages.
  • Condition Filtering: Filter products based on their condition (e.g., New, Like New, etc.).
  • Data Storage: Save results to CSV files and an SQLite database for easy access and future analysis.
  • Price Trend Analysis: Visualize historical price trends of gaming products.
  • URL Shortening: Shorten eBay item URLs for cleaner output.

Installation

  1. Clone the repository:

    git clone https://github.com/GylanSalih/GamePriceTracker
  2. Navigate to the project directory:

    cd GamePriceTracker
  3. Install dependencies (if any): The script requires Python 3.x. No additional Python packages are required.

Usage

  1. Coming Soon :)

Customization

Coming Soon :)

Contributing

If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.