https://github.com/nukem9/bethnet-cli
Crude C# API/command line interface for Bethesda's json API.
https://github.com/nukem9/bethnet-cli
bethesda csharp json
Last synced: 10 months ago
JSON representation
Crude C# API/command line interface for Bethesda's json API.
- Host: GitHub
- URL: https://github.com/nukem9/bethnet-cli
- Owner: Nukem9
- License: mit
- Created: 2019-11-27T00:05:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T19:47:38.000Z (about 2 years ago)
- Last Synced: 2025-08-12T06:15:00.252Z (10 months ago)
- Topics: bethesda, csharp, json
- Language: C#
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
```
Usage:
list_buildinfo_entitlements Lists all public branches and projects from BuildInfo API
list_user_entitlements Lists all branches and projects available for from CDP API
list_project_builds Lists all builds available for from CDP API
download_project Download a product and all associated depots
download_project_build Download a specific product build and all associated depots
download_mod Subscribe to and download a bethesda.net mod
Examples:
bethnet_cli.exe list_buildinfo_entitlements myusername mypassword
bethnet_cli.exe download_project myusername mypassword 10 15856
bethnet_cli.exe download_project_build myusername mypassword 20 100148 292198
bethnet_cli.exe download_mod myusername mypassword 911793
Certain products require ownership in order to decrypt files. Files are stored in the local downloads directory.
```