twitterSearchHelp
Extract and analyze Twitter data related to Ethereum blockchain topics for insights into trends, discussions, and community sentiment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
topic | No | general |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"topic": {
"default": "general",
"type": "string"
}
},
"type": "object"
}