zao / stash-snitch

A tool for Path of Exile to keep a log of guild stash audit events and extract a subset of them to CSV or JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stash Snitch

Usage

The tool keeps a local database in the user's profile directories which it populates with new log entries from the API. It always fetches the full set of changes and as such may take some time on first run as there is enough data for active guilds to be rate-limited.

stash-snitch 0.2.0
A tool to compile a summary of recent PoE guild stash changes.

USAGE:
    stash-snitch.exe [FLAGS] [OPTIONS] --guildid <guildid> --output <output> --sessid <sessid>

FLAGS:
    -h, --help            Prints help information
        --skip-refresh    Skip refresh step and use only cached data
    -V, --version         Prints version information

OPTIONS:
        --age-limit <age-limit>        Amount of time to look back, like "12 days 5 hours"
        --count-limit <count-limit>    Maximum number of items to return
    -g, --guildid <guildid>            Guild ID, can be found in guild URL on website, like
                                       https://www.pathofexile.com/guild/profile/12345
    -o, --output <output>              Name of output file (CSV or JSON)
    -s, --sessid <sessid>              POESESSID from browser for authentication to API

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A tool for Path of Exile to keep a log of guild stash audit events and extract a subset of them to CSV or JSON.

License:Apache License 2.0


Languages

Language:Rust 100.0%