🐤 tweespaces
A node CLI for querying the Twitter spaces API.
Installation
No need to install anything, just use npx
🕺
npx tws --live --query="developer"
API Reference
There are 3 flags:
--live
- all spaces that are live now and match the query.--scheduled
- all spaces that are scheduled to be run and match the query.--query=""
- the keyword to query. This can be any text (including mentions and Hashtags).
Show all live spaces with "developer" in the title
npx tws --live --query="developer"
Show all scheduled spaces with "developer" in the title
npx tws --scheduled --query="developer"
Result
Author