Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tweespaces

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweespaces

Lookup Twitter spaces by keyword

  • 0.0.32
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

🐤 tweespaces

A node CLI for querying the Twitter spaces API.

Installation

No need to install anything, just use npx 🕺

 npx tweespaces --live --query="developer"

API Reference

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"

Show all live spaces with "developer" in the title

  npx tweespaces --live --query="developer"

Show all scheduled spaces with "developer" in the title

  npx tweespaces --scheduled --query="developer"

Show all scheduled spaces from the user "studio_hungry"

  npx tweespaces --host="studio_hungry"

Result

'A GIF of running a tweespace command. Shows the CLI output'

Author

  • GitHub: @molebox
  • Twitter: @studio_hungry

Keywords

FAQs

Package last updated on 06 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc