A top-tier open source project. Docs, tests, and CI are all in excellent shape.
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Documentation
88
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
77
No dependency lockfile found (−70 pts).
→ Enable and commit packages.lock.json so NuGet restores are repeatable.
Test files detected (ArchiSteamFarm.Tests/ConcurrentTests.cs).
CI is configured (.github/workflows/ci.yml).
.NET formatting configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files29 root entries
- .githubGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Code of conduct present.Good: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.Good: Security policy present.
- ArchiSteamFarm
- ArchiSteamFarm.CustomPlugins.ExamplePluginGood: Dependency manifest found (ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj).
- ArchiSteamFarm.CustomPlugins.PeriodicGC
- ArchiSteamFarm.CustomPlugins.SignInWithSteam
- ArchiSteamFarm.OfficialPlugins.ItemsMatcher
- ArchiSteamFarm.OfficialPlugins.MobileAuthenticator
- ArchiSteamFarm.OfficialPlugins.Monitoring
- ArchiSteamFarm.OfficialPlugins.SteamTokenDumper
- ArchiSteamFarm.TestsGood: Test files detected (ArchiSteamFarm.Tests/ConcurrentTests.cs).
- resources
- tools
- .dockerignore
- .editorconfigGood: .NET formatting configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- ArchiSteamFarm.slnx
- ArchiSteamFarm.slnx.DotSettings
- ASF-ui
- cc.sh
- Directory.Build.props
- Directory.Packages.props
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.Service
- LICENSE.txtGood: Licensed under Apache-2.0.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- run.sh
- wiki