Skip to content

An application for fetching and providing a summary of the trades.

License

Notifications You must be signed in to change notification settings

Tagarik/csfloat_trade_summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSFloat Trade Summary

CSFloat Trade Summary is an application for fetching and providing a summary of the trades.

Features

  • Fetching trade data from the CSFloat API (only purchases at the moment);
  • Display the summary of trades, including the total amount, average price, and the latest trade date for each user;
  • Secure replacement of CSFloat session token.

Installation

Important

In order to install this app you will need:

  • Python 3.7 or higher
  • pip (Python package installer)

Step-by-Step Guide

  1. Clone the repository:

    cd C:\"your desired installation path"
    git clone https://github.com/yourusername/csfloat_trade_summary.git
    cd csfloat_trade_summary
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  4. Install the required packages:

    pip install -r requirements.txt

Usage

  1. Run the application:

    python main.py
  2. Follow the on-screen instructions to navigate through the menu:

    • Show summary: Displays a summary of your trade data.
    • Refresh data: Fetches your latest trade data from the CSFloat API.
    • Change session token: Allows you to change the CSFloat session token.
    • Exit:

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

An application for fetching and providing a summary of the trades.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages