PSFPLInfo
1.1
Various scraping mechanisms and data processing to generate statistics from the FPL site
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2020 Craig Wilkinson. All rights reserved.
Package Details
Author(s)
- Craig Wilkinson
Functions
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
- PSFPLInfo.nuspec
- PSFPLInfo.psd1
- PSFPLInfo.psm1
- en-GB\about_PSFPLInfo.help.txt
- Private\CreateInitialLeagueStructure.ps1
- Private\EncodeString.ps1
- Private\Get-Data.ps1
- Private\Get-URLFromAPI.ps1
- Private\IsAuthenticated.ps1
- Public\Authenticate.ps1
- Public\Chart.ps1
- Public\Get-League.ps1
- Tests\CorrectLogin.ps1
- Tests\CreateChartExists.ps1
- Tests\CreateChartSize.ps1
- Tests\IncorrectLogin.ps1
- Tests\WorkMiniLeagueStatGeneration.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.1 | 244 | 6/22/2020 |
1.1 (current version) | 25 | 3/16/2020 |
1.0 | 23 | 3/13/2020 |