-
Notifications
You must be signed in to change notification settings - Fork 683
Description
Feature Description
opencli twitter search --help
Usage: opencli twitter search [options]
Search Twitter/X for tweets
Options:
--filter [value] (default: "top")
--limit [value] (default: "15")
-f, --format Output format: table, json, yaml, md, csv (default: "table")
-v, --verbose Debug output (default: false)
-h, --help display help for command
--filter: top, live (default: top)
Strategy: intercept | Browser: yes | Domain: x.com
Output columns: id, author, text, likes, views, url
==>
Please add the tweet timestamp to the output of the Twitter cmd content. This is crucial because we need to use the timestamp to determine when the tweet was posted; if it is too old, it can be ignored during hot topic monitoring.
Use Case
This field is very useful when I only want to monitor the trending tweets posted today.
Proposed Solution
No response
Alternatives Considered
No response