You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twitter Spaces are temporary audio chat rooms. The APIs for spaces allow you to retrieve and list them, and they have recently added the ability to record them, which is of interest to archiving - so twarc2 should support the spaces APIs that have useful data. For example:
This sounds like a useful thing to add @igorbrigadir. The interface makes me think that perhaps twarc2 stream-rules list should be twarc2 stream-rules.
I marked this "good first issue" but this is a big chunk of work, there are multiple endpoints to implement and the command line isn't set in stone either - so there's likely a bit of work to do just figuring stuff out first.
Twitter Spaces are temporary audio chat rooms. The APIs for spaces allow you to retrieve and list them, and they have recently added the ability to record them, which is of interest to archiving - so twarc2 should support the spaces APIs that have useful data. For example:
https://developer.twitter.com/en/docs/twitter-api/spaces/search/api-reference/get-spaces-search
https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-reference/get-spaces-id
or https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-reference/get-spaces
or
or https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-reference/get-spaces-by-creator-ids
(these are just suggestions)
The text was updated successfully, but these errors were encountered: