PoshTwit-test.ps1

Import-Module -Name $PSscriptRoot\PoshTwit.dll;

Set-PoshTwitToken;

Publish-Tweet -Tweet Testing -Verbose;