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
- Create a CSV-File with all transactions
- 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://github.com/fabieu/steam-market-history.git
- Install poetry (if not already installled)
pip install poetry
- Install dependencies and start virtual environment
poetry install && poetry shell
- Start virtual environment
poetry shell
Usage
Currently the following commands are supported:
export
Export your steam market history to a CSV or HTML file
When running the tool you will be prompted to insert your steam credentials. All processing is done locally on your own computer. This package does not save your credentials in any way.
Options:
--csv
- Export to csv file--html
- Export to html 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
]
Example:
steam-market-history export --csv --path /tmp/out
version
Display detailed information about this package
steam-market-history version
Roadmap
- Add options of verbosity
- Export to JSON
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.
Contact
sustineo_ - @sustineo_ - dev@sustineo.de
Project Link: https://github.com/fabieu/steam-market-history
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.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59ec8b8d5aa3e2d5ecfe643646ed491003141f6ffcc55881ff53a63efb7ea76a |
|
MD5 | 315c2edf854192db036816e2ac5c164d |
|
BLAKE2b-256 | 94a62d5789ee206a8f50cbde9453061d92fd688424da948c85c89c10f72e2e1b |
Hashes for steam_market_history-3.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fc71b56e7e69c81ae99b8d7dc6960e3b0a9eb837682d06914001a678442aa0e |
|
MD5 | 95cbad0c21d6fc293e3ae130a527040e |
|
BLAKE2b-256 | 073a0af7f30e7c36c2ee6fe523f99fe20c152f453d9aa78525d528958f1ae313 |