🐤 tweespaces
A node CLI for querying the Twitter spaces API.
Installation
First install tweespaces
globally:
npm install -g tweespaces
Then you're good to go!
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
!['A GIF of running a tweespace command. Shows the CLI output'](https://github.com/molebox/tweespaces/raw/HEAD/tweespaces.gif)
Author