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 guide5pt77

CONTRIBUTING guide found.

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

77

Reproducibility6pt10

No dependency lockfile found (−70 pts).

Enable and commit packages.lock.json so NuGet restores are repeatable.

Tests18pt80

Test files detected (ArchiSteamFarm.Tests/ConcurrentTests.cs).

CI/CD14pt85

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

.NET formatting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository files29 root entries
  • .github
    Good: 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.ExamplePlugin
    Good: 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.Tests
    Good: Test files detected (ArchiSteamFarm.Tests/ConcurrentTests.cs).
  • resources
  • tools
  • .dockerignore
  • .editorconfig
    Good: .NET formatting configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • ArchiSteamFarm.slnx
  • ArchiSteamFarm.slnx.DotSettings
  • ASF-ui
  • cc.sh
  • Directory.Build.props
  • Directory.Packages.props
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • Dockerfile.Service
  • LICENSE.txt
    Good: Licensed under Apache-2.0.
  • README.md
    Good: 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