or13/Twitter API Actions
Access Twitter via https://github.com/PLhery/node-twitter-api-v2.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| app-key | Twitter App Key See: https://github.com/PLhery/node-twitter-api-v2/blob/master/doc/basics.md#create-a-client | yes | — |
| app-secret | Twitter App Secret See: https://github.com/PLhery/node-twitter-api-v2/blob/master/doc/basics.md#create-a-client | yes | — |
| access-token | Twitter personal access token See: https://github.com/PLhery/node-twitter-api-v2/blob/master/doc/basics.md#create-a-client | yes | — |
| access-secret | Twitter personal access secret See: https://github.com/PLhery/node-twitter-api-v2/blob/master/doc/basics.md#create-a-client | yes | — |
| tweet | Tweet to send | yes | — |
Outputs
| name | description |
|---|---|
| json | The output in as json. |
| text | The output in as text. |