2 releases

0.3.2 Jun 10, 2022
0.3.1 Nov 12, 2021

#76 in #detail

36 downloads per month
Used in 2 crates (via tappet)

MIT license

9KB
164 lines

SteamHelper-rs

SteamHelper is (in the future) a modular Rust alternative to popular libraries as C# SteamRE/SteamKit, node.js DoctorMcKay/node-steam-client, and Python ValvePython/steam, to enable interaction with the Steam Network through an easy to follow API.

It can be used to create bots, automate profiles, the possibilities are endless.

The library needs contributors. Check issues that need help and send those PRs in! To learn more about how Steam works, check here.

Crates:

Stable:

  • Steam Trading: Create/Accept/Deny trade offers and confirm them through mobile;
  • Steam Mobile: Generate mobile 2FA codes (library/cli), Register 2FA (library/cli);
  • Tappet: Typed wrapper around Steam Web API. Allows late injection of api key and client reuse. Ergonomic;

Progress Paused:

  • Steam Client: Same functionality as desktop client, go online, answer to messages, etc. Still very WIP;

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in SteamHelper by you, shall be licensed as MIT, without any additional terms or conditions.

Dependencies

~1.5MB
~33K SLoC