🐤 tweespaces
A node CLI for querying the Twitter spaces API.
Installation
Install tweespaces with npm
or yarn
npm install tweespaces
// or
yarn add tweespaces
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(s) to query. Matched against the spaces title.
Show all live spaces with "developer" in the title
tws --live --query="developer"
Show all scheduled spaces with "developer" in the title
tws --scheduled --query="developer"
Author