A node CLI for querying the Twitter spaces API.
No need to install anything, just use npx
🕺
npx tweespaces --live --query="developer"
There are 4 flags:
--live
- (alias:--l
) - All spaces that are live now and match the query.--scheduled
- (alias:--s
) - All spaces that are scheduled to be run and match the query.--query=""
- (alias:--q=""
) - The keyword to query. This can be any text (including mentions and Hashtags).--host=""
- (alias:--h=""
) - All spaces that have been scheduled by the given host. This is someones twitter handle. For example--host="studio_hungry"
npx tweespaces --live --query="developer"
npx tweespaces --scheduled --query="developer"
npx tweespaces --host="studio_hungry"
- GitHub: @molebox
- Twitter: @studio_hungry