steam-tradeoffer-manager

Crates.iosteam-tradeoffer-manager
lib.rssteam-tradeoffer-manager
version0.4.0
sourcesrc
created_at2023-06-16 22:52:32.827127
updated_at2024-03-30 12:50:02.985715
descriptionMakes Steam trade offers easy!
homepagehttps://github.com/juliarose/steam-tradeoffer-manager
repositoryhttps://github.com/juliarose/steam-tradeoffer-manager
max_upload_size
id892605
size2,835,164
Julia (juliarose)

documentation

README

steam-tradeoffer-manager

Makes Steam trade offers easy!

Based on the excellent node-steam-tradeoffer-manager.

Features

  • Richly-featured API for creating, accepting, cancelling, and declining trade offers.
  • Manages account trade offer state.
  • Mobile confirmations.
  • Loading inventories.
  • Trade history.
  • Helper method for getting your Steam Web API key.
  • Automatically cancels offers past a set duration during polls.
  • Loads descriptions (classinfos) for assets. Classinfos are cached to file and read when available. The manager holds a Least frequently used (LFU) cache of classinfos in memory to reduce file reads.
  • Uses tokio asynchronous runtime for performing polling.
  • Trade items blazingly fast!

Usage

See examples.

License

MIT

Commit count: 418

cargo fmt