Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mojoaar/pspubg
PowerShell module to query the PUBG API
https://github.com/mojoaar/pspubg
api powershell powershell-module pubg pubg-api
Last synced: about 11 hours ago
JSON representation
PowerShell module to query the PUBG API
- Host: GitHub
- URL: https://github.com/mojoaar/pspubg
- Owner: mojoaar
- License: gpl-3.0
- Created: 2018-05-20T10:29:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T05:27:37.000Z (over 6 years ago)
- Last Synced: 2023-10-20T01:56:54.769Z (about 1 year ago)
- Topics: api, powershell, powershell-module, pubg, pubg-api
- Language: PowerShell
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PSPUBG
This PowerShell module provides a series of cmdlets for interacting with the [PUBG API](https://developer.playbattlegrounds.com). Invoke-RestMethod is used for all API calls.## Requirements
Requires PowerShell 3.0 or above (this is when `Invoke-RestMethod` was introduced).## Usage
You can install the module from [PowerShell Gallery](https://www.powershellgallery.com/packages/pspubg/) `Find-Module pspubg | Install-Module` and then run:
`Import-Module PSPUBG`
Once you've done this, all the cmdlets will be at your disposal, you can see a full list using `Get-Command -Module PSPUBG`. Remember to run Set-PUBGApiKey & Set-PUBGRegion before beginning to work with the API.## Cmdlets
* Get-PUBGMatch
* Get-PUBGPlayers
* Get-PUBGSeasons
* Get-PUBGSeasonStats
* Remove-PUBGApiEnvironment
* Set-PUBGApiKey
* Set-PUBGRegion
* Test-PUBGApiEnvironment## Author
Author: Morten G. Johansen () // [Twitter](https://twitter.com/mgjohansen)