3 releases

0.1.2 May 17, 2022
0.1.1 Aug 31, 2021
0.1.0 Nov 8, 2020

#74 in #detail

Download history 12/week @ 2024-02-04 1/week @ 2024-02-11 7/week @ 2024-02-18 29/week @ 2024-02-25 13/week @ 2024-03-03 17/week @ 2024-03-10 17/week @ 2024-03-17

76 downloads per month
Used in 5 crates (via steam-language-gen)

MIT license

6KB
94 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