CSFloat Trade Summary is an application for fetching and providing a summary of the trades.
- 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.
Important
In order to install this app you will need:
- Python 3.7 or higher
- pip (Python package installer)
-
Clone the repository:
cd C:\"your desired installation path" git clone https://github.com/yourusername/csfloat_trade_summary.git cd csfloat_trade_summary
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
venv\Scripts\activate
-
On macOS/Linux:
source venv/bin/activate
-
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python main.py
-
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:
This project is licensed under the MIT License. See the LICENSE file for details.