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.
- 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.
- Clone the repository:
git clone https://github.com/tommi-fish/SkinPort-Discount-Check.git
- Navigate to the project directory:
cd SkinPort-Discount-Check
- Install the required dependencies:
pip install -r requirements.txt
- 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
Run the following command to start the terminal interface:
python main.py
Run the following command to start the GUI interface:
python gui.py
Contributions are welcome! Please create a pull request or submit an issue for any improvements or bug fixes.
This project is licensed under the MIT License.