Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nukem9/bethnet_cli
- Owner: Nukem9
- License: mit
- Created: 2019-11-27T00:05:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T19:47:38.000Z (7 months ago)
- Last Synced: 2024-04-22T09:08:33.423Z (7 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
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 modExamples:
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 911793Certain products require ownership in order to decrypt files. Files are stored in the local downloads directory.
```