Skip to content

A Chrome extension for listening in on Twitter Spaces without joining.

License

Notifications You must be signed in to change notification settings

fa0311/TwitterSpacesWiretapExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterSpacesWiretapExtension

Twitter のスペースに参加せずに試し聞きできる Chrome 拡張機能
A Chrome extension for listening in on Twitter Spaces without joining

Python version: TwitterSpacesWiretap

インストール

ChromeWebStore

もしくは

releasesTwitterSpacesWiretapExtension.zip を選択してファイルをダウンロード
Chrome の 拡張機能の管理 を選択して デベロッパーモード を有効にした後、パッケージ化されていない拡張機能を読み込む を選択してダウンロードした zip ファイルを選択してください。

Installation

ChromeWebStore

or

Select TwitterSpacesWiretapExtension.zip from releases to download the file. Then, select Manage Extensions in Chrome, enable Developer Mode, and choose Load unpacked extension, then select the downloaded zip file.

ffmpeg での録音

スペースを開いて F12 を押して開発者ツールを開きます。

https://xxxxxxxxxxxxx.video.pscp.tv/Transcoding/v1/hls/xxxxxxxxxxxxx/non_transcode/xxxxxxxxxxxxx/xxxxxxxxxxxxx/audio-space/dynamic_playlist.m3u8?type=live

上記の URL が表示されるので、この URL をコピーしてください。

ffmpeg -i https://xxxxxxxxxxxxx.video.pscp.tv/Transcoding/v1/hls/xxxxxxxxxxxxx/non_transcode/xxxxxxxxxxxxx/xxxxxxxxxxxxx/audio-space/dynamic_playlist.m3u8?type=live -c copy output.mp3

上記のコマンドを実行すると、スペースの音声が録音されます。

Recording with ffmpeg

Open the Space and press F12 to open the developer tools.

https://xxxxxxxxxxxxx.video.pscp.tv/Transcoding/v1/hls/xxxxxxxxxxxxx/non_transcode/xxxxxxxxxxxxx/xxxxxxxxxxxxx/audio-space/dynamic_playlist.m3u8?type=live

Copy the URL above.

ffmpeg -i https://xxxxxxxxxxxxx.video.pscp.tv/Transcoding/v1/hls/xxxxxxxxxxxxx/non_transcode/xxxxxxxxxxxxx/xxxxxxxxxxxxx/audio-space/dynamic_playlist.m3u8?type=live -c copy output.mp3

Executing the above command will record the audio of the Space.

License

TwitterSpacesWiretapExtension is under MIT License

About

A Chrome extension for listening in on Twitter Spaces without joining.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published