PoshTwit

0.1.3

This module enables you to post tweets. You need to configure the token.json file with your own details from https://apps.twitter.com/. Create an application, and then generate an access token for the application. Run the Set-PoshTwitToken command to configure the 1) Consumer Secret, 2) Consumer Key, 3) Access Token, 4) Access Secret. Once you've done this, you can run
This module enables you to post tweets. You need to configure the token.json file with your own details from https://apps.twitter.com/. Create an application, and then generate an access token for the application. Run the Set-PoshTwitToken command to configure the 1) Consumer Secret, 2) Consumer Key, 3) Access Token, 4) Access Secret. Once you've done this, you can run Publish-Tweet to send a tweet.
Show more

Installation Options

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

Install-Module -Name PoshTwit -RequiredVersion 0.1.3

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

Install-PSResource -Name PoshTwit -Version 0.1.3

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

2016. Art of Shell LLC

Package Details

Author(s)

  • Trevor Sullivan <trevor@trevorsullivan.net>

Tags

Twitter tweet social media

Cmdlets

Publish-Tweet Set-PoshTwitToken

Dependencies

This module has no dependencies.

Release Notes


           0.2 - Added Set-PoshTwitToken command to optionally pre-configure Twitter credentials
           0.1 - Initial release only has Publish-Tweet command.

FileList

Version History

Version Downloads Last updated
0.1.6 5,820 5/2/2016
0.1.5 19 5/2/2016
0.1.4 31 4/24/2016
0.1.3 (current version) 21 4/24/2016
0.1.2 19 4/20/2016
0.1.1 28 4/12/2016
0.1 23 4/12/2016
Show more