PSFPLInfo

1.1

Various scraping mechanisms and data processing to generate statistics from the FPL site

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSFPLInfo -RequiredVersion 1.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSFPLInfo -Version 1.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 Craig Wilkinson. All rights reserved.

Package Details

Author(s)

  • Craig Wilkinson

Functions

Authenticate Chart Get-League

Dependencies

This module has no dependencies.

Release Notes

Authenticate no longer takes a username and password string combination, instead expecting a PSCredential.  A PSCredential object can be created by running "New-Object System.Management.Automation.PSCredential(yourUsername, yourPassword);".  This change was made remove any potential expose of sensitive information outside of the module.

FileList

Version History

Version Downloads Last updated
1.1.1 240 6/22/2020
1.1 (current version) 24 3/16/2020
1.0 22 3/13/2020