Skip to content

Export-TwitterResource

SYNOPSIS

Connects to Twitter to retrieve the specified resource and saves it to file.

SYNTAX

Configuration

Export-TwitterResource [-Configuration] [<CommonParameters>]

Languages

Export-TwitterResource [-Languages] [<CommonParameters>]

DESCRIPTION

Connects to Twitter to retrieve the specified resource and saves it to file.

The resource data will be stored in the folder $env:HOME/.BluebirdPS.

EXAMPLES

Example 1

PS > Export-TwitterResource -Configuration -Verbose
VERBOSE: Saved Twitter Configuration to C:\Users\Dave\.BluebirdPS\TwitterConfiguration.json

Export the configuration data.

Example 2

PS > Export-TwitterResource -Languages

Export the languages data.

PARAMETERS

-Configuration

Download the configuration data using Get-TwitterConfiguration and saves the results.

Type: SwitchParameter
Parameter Sets: Configuration
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Languages

Download the configuration data using Get-TwitterLanguages and saves the results.

Type: SwitchParameter
Parameter Sets: Languages
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

Online Version

Get-TwitterConfiguration

Get-TwitterLanguages