Skip to content

A Powershell module to interact with Twitter

Notifications You must be signed in to change notification settings

AntGarSil/MyTwitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyTwitter Powershell Module

Join the chat at https://gitter.im/MyTwitter/MyTwitter


The MyTwitter Powershell module is a module created to interact with Twitter. It uses Twitter's OAuth API to tweet, send direct messages and hopefully more functionality is to come!

For instructions on getting started with this module visit http://www.adamtheautomator.com/twitter-powershell/.

09/30/14 - Added proper special character handling/escaping function and integrate.

09/30/14 - Fixed exporting the Set-OAuthAuthorization function so that operator can manually set up registry entries by calling the function.

09/30/14 - Fixed syntax error line 87 from master pull missing colon.

10/08/14 - Added Pester test for Split-Tweet function. I would suggest we create more tests later. ScreenShot

03/14/15 - Fixed Bitly Authentication within the Get-ShortUrl function.

Install

To install the module including all source code you can just run in a PowerShell v3 or higher the following command:

iex (New-Object Net.WebClient).DownloadString("https://gist.githubusercontent.com/stefanstranger/2138dc710576bc40b64b/raw/bfd25a0e7363e9a1906908b0695ebcffaa508276/InstallMyTwitterModule.ps1")

About

A Powershell module to interact with Twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%