-
Add support of partial classes. [Mixins](https://github.com/Microsoft/TypeScript/wiki/Mixins) is not the same, because it's run-time realization. Need compile realization, where partial classes will b…
-
I have this code that's called when the SteamClient is disoconnected:
```c#
private async void OnDisconnected(SteamClient.DisconnectedCallback callback)
{
IsLoggedOn = false;
Log.Warn…
-
Remaining things:
- [x] JS-based ConfigGenerator
- [x] Unit tests
- [x] Investigate https://github.com/JustArchi/ArchiSteamFarm/issues/586#issuecomment-318582371
- [x] Fix auto-update on unix http…
-
The createTournamentLobby request still generates a practice lobby, as it is using the CMsgPracticeLobbyCreate request.
Looking through the proto's, I'm not seeing anything relating to creating a nor…
-
Hi,
This library seems very useful for interacting with the Steam API for public endpoints but there are however a lot of publisher endpoints for publishers of games on Steam. See here: https://par…
-
The error you see in the title happens whenever i do steam.chat.login(), i have entered the correct username, password and steamguard code. Could anyone tell me how to fix that?
`>>> steam.chat.log…
aj22r updated
6 years ago
-
It seems SteamKit doesn't correctly parse the result of GetGlobalAchievementPercentagesForApp **v2**. For the game "Among the Sleep" (appid: 250620), I get 10 results when I call the API using my brow…
-
Ubuntu 16.04 x64
? Password: [hidden]
net.js:423
this[kTimeout] = setUnrefTimeout(this._onTimeout.bind(this), msecs);
^
TypeError: Can…
ghost updated
6 years ago
-
Here's the code that I have to attempt this:
```
from steam import SteamClient
from steam.enums.emsg import EMsg
from steam.guard import SteamAuthenticator
#Create our steamclient instance
c…
-
There is an example to create a form.
```c#
using System;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Threading.Tasks;
using System.…