An easy-to-use CLI to export your steam market history to various formats
Project description
steam-market-history
An easy-to-use CLI to export your steam market history to various formats
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project
steam-market-history is a command line tool written in Python which allows you to extract your entire Steam Market History with all transaction (sales/purchases) in a CSV or HTML file.
Key features
- Extract your entire Steam Market History with all transactions to a HTML, CSV or JSON file
- Overview of all transactions on a user-friendly webpage with searchable and filterable results
Built With
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
- Python >= 3.8
Installation
Pip (recommended):
pip install steam-market-history
Manual:
- Clone the repo
git clone https://gitlab.com/sustineo/steam-market-history.git
- Install poetry (if not already installed)
pip install poetry
- Install dependencies and start virtual environment
poetry install && poetry shell
Usage
Currently, the following commands are supported:
export
Export your steam market history to an HTML, JSON or CSV file
When running the tool you will be prompted to insert your steam credentials. All processing is done locally on your computer. This package does not save your credentials in any way.
Options:
--csv
- Export market transactions to csv file--html
- Export market transactions to html file--json
- Export market transactions to json file--path
- Output directory for all file based operations (default: current working directory)--launch
/--no-launch
- Automatically open file(s) after export (default:--launch
)--cache
/--no-cache
- Create a file cache for all market transactions (default:--no-cache
)--interactive
/--non-interactive
- Interactive or non-interactive steam authentication [default:--interactive
]
Examples:
Export your steam market history to a HTML file:
steam-market-history export --html
Export your steam market history to a CSV file in a specific directory:
steam-market-history export --csv --path /tmp/steam-market-history
version
Display detailed information about this package. This includes the version, the license and the authors.
steam-market-history version
Roadmap
- Add options of verbosity
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Acknowledgments
Disclaimer:
The Steam Market History Exported is a community project and is not affiliated with Valve or Steam.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for steam_market_history-3.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36a020804f74512eb8a98a0d708d094f3d0c3ebc836ea161731a079f3d45b664 |
|
MD5 | ff13fae844c9c8c4fdcbcc2b41811cb0 |
|
BLAKE2b-256 | ae1451610a3ece05bbe07c08a144e78bb2094b86574e0c4567b7697a89e950e8 |
Hashes for steam_market_history-3.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5af3840b1dd278d8a6d1ce02fa84643f5ededc4fca86a2d51ff60406300246b |
|
MD5 | 86942e8a92a4bc2b2e7ba80c74af7644 |
|
BLAKE2b-256 | 872c3b81c34d0f6fdbe8c3aedc61f61ff1b4d9ef2deb407e7d056e09dba55a95 |