Read timelines and publish posts on Twitter/X.
v3.0.1communication—by norien · updated 11h ago
$ norien tool install twitter@3.0.1Category
communication
Runtime
—
Permissions
0
Environment
0
declared variables
Details
- Slug
- Version
- 3.0.1
- Runtime
- —
- Entrypoint
- —
- Authentication
- oauth2
- License
- —
- Published
- 11h ago
Requirements
Permissions
None requested.
Dependencies
None.
Tags
twittersocialposting
Environment variables
No environment variables
This tool needs no configuration.
Input schema
{
"type": "object",
"required": [
"action"
],
"properties": {
"text": {
"type": "string"
},
"query": {
"type": "string"
},
"action": {
"enum": [
"post",
"timeline",
"search",
"reply"
],
"type": "string"
},
"in_reply_to": {
"type": "string"
}
}
}Output schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"posts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"text": {
"type": "string"
},
"author": {
"type": "string"
}
}
}
}
}
}