#steam #bindings #bindings-generator #enums #generate #messages #interaction

bin+lib steam-language-gen

Generate Rust bindings to Steam enums and messages

5 releases

0.1.4 Feb 7, 2024
0.1.3 Jan 23, 2024
0.1.2 May 17, 2022
0.1.1 Aug 31, 2021
0.1.0 Nov 8, 2020

#509 in Game dev

Download history 12/week @ 2024-01-18 1/week @ 2024-01-25 14/week @ 2024-02-01 10/week @ 2024-02-08 7/week @ 2024-02-15 28/week @ 2024-02-22 18/week @ 2024-02-29 16/week @ 2024-03-07 29/week @ 2024-03-14 11/week @ 2024-03-21 36/week @ 2024-03-28 11/week @ 2024-04-04 2/week @ 2024-04-11

62 downloads per month
Used in 4 crates

MIT license

43MB
515K SLoC

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