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.
- 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.
-
Clone the repository:
git clone https://github.com/GylanSalih/GamePriceTracker
-
Navigate to the project directory:
cd GamePriceTracker
-
Install dependencies (if any): The script requires Python 3.x. No additional Python packages are required.
- Coming Soon :)
Coming Soon :)
If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.
This project is licensed under the MIT License - see the LICENSE.md file for details.