InvokeTwitterAPIs

2.1

Provides a command to call any Twitter REST API, a command to access any of the Twitter Streaming APIs, and a command to upload media to Twitter.

Functionality to check ratelimits to make sure you dont make calls you can't do to RateLimits.

Functionality to use multiple ApiKeys...

A few functions to mimic the Twitter REST API structure:
- Get-TwitterUser_Lookup
- G
Provides a command to call any Twitter REST API, a command to access any of the Twitter Streaming APIs, and a command to upload media to Twitter.

Functionality to check ratelimits to make sure you dont make calls you can't do to RateLimits.

Functionality to use multiple ApiKeys...

A few functions to mimic the Twitter REST API structure:
- Get-TwitterUser_Lookup
- Get-TwitterFriends_IDs
- Get-TwitterFollowers_IDs
- Get-TwitterStatuses_UserTimeline
- Get-TwitterStatuses_MentionsTimeline
- Get-TwitterStatuses_HomeTimeline
- Get-TwitterStatuses_RetweetsOfMe
- Get-TwitterStatuses_RetweetsID
- Get-TwitterApplication_RateLimitStatus
- Get-TwitterStatuses_Lookup
- Get-TwitterStatuses_Retweeters_IDs
- Get-TwitterStatuses_ShowID
- Post-TwitterStatuses_DestroyID
- Post-TwitterStatuses_RetweetID
- Post-TwitterStatuses_UnretweetID
- Post-TwitterStatuses_Update

You can even pipe them together:
Get-TwitterFollowers_IDs -screen_name 'mkellerman' -all | Get-TwitterUser_Lookup
Show more
The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

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

Install-Module -Name InvokeTwitterAPIs -RequiredVersion 2.1

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

Install-PSResource -Name InvokeTwitterAPIs -Version 2.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) 2016 mkellerman. All rights reserved.

Package Details

Author(s)

  • Marc R Kellerman

Tags

Twitter REST API

Functions

Get-Twitter* Post-Twitter* Set-GlobalRateLimitStatus

Dependencies

This module has no dependencies.

Release Notes

           First public release

FileList

Version History

Version Downloads Last updated