Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.64 KB

README.md

File metadata and controls

56 lines (46 loc) · 1.64 KB

SkinPort Discount Checker

Overview

The SkinPort Discount Checker is a tool designed to track and analyze discounts for items on the Skinport marketplace, specifically for CS:GO items. It provides both a terminal and GUI interface for users to interact with the data.

Features

  • API Interaction: Connects with the Skinport API to fetch real-time data.
  • Discount Checking: Analyzes and displays discounts for CS:GO items.
  • Multiple Interfaces: Offers both terminal and GUI options for user interaction.
  • Data Management: Supports both live data fetching and local data storage.
  • Filtering Options: Allows filtering by minimum discount percentage and item price.

Installation

  1. Clone the repository:
    git clone https://github.com/tommi-fish/SkinPort-Discount-Check.git
  2. Navigate to the project directory:
    cd SkinPort-Discount-Check
  3. Install the required dependencies:
    pip install -r requirements.txt

Setup

  1. Create a .env file in the root directory and add your Skinport credentials:
    SKINPORT_CLIENT_ID=your_client_id
    SKINPORT_CLIENT_SECRET=your_client_secret

Usage

Terminal Interface

Run the following command to start the terminal interface:

python main.py

GUI Interface

Run the following command to start the GUI interface:

python gui.py

Contributing

Contributions are welcome! Please create a pull request or submit an issue for any improvements or bug fixes.

License

This project is licensed under the MIT License.

Acknowledgments