Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

Crude C# API/command line interface for Bethesda's json API

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.
```