# How To Download Twitter Space?

Twitter Space can be a fun way to learn new knowledge, and meet other people with the same interest. You can ask a question, and discuss whatever topic you are interested in. In real time.

Most of the time, the Space will be recorded by the host and available for re-listen for anyone who wanted to. However, this recording would only [last for 30 days at max](https://help.twitter.com/en/using-twitter/spaces). This would be a big problem if you find the conversation worth a million-dollars for you, and you wouldn't be able to re-listen after 30 days.

Want to download it directly from Twitter? Unfortunately, at the time this note is written, there's still no specific feature provided by Twitter to download the Space.

## So, how do I download a Twitter Space to my local computer?

The solution is provided by [swyx](https://www.swyx.io/) where he made a tool to download any Twitter Spaces you want called _Mech_. It's not his own tool _per se_, but he forked and modified it from [89z on Github](https://github.com/89z/mech).

swyx explained in [his blog post](https://www.swyx.io/download-twitter-spaces/), that if you want to download the Twitter Space, you can follow these steps:

- Download the `twitter` binary [from his Github](https://github.com/sw-yx/mech/releases/tag/swyx-fork-v1)

- Save it somewhere local in your computer

- Open your terminal

- Run this command from the `twitter` binary directory you've just downloaded
```
./twitter -c YOUR_SPACE_ID_HERE  
```

- Please change `YOUR_SPACE_ID_HERE` to specific Twitter Space ID you want to download. So, if the Twitter Space URL is `https://twitter.com/i/spaces/1YqxopQBwYaKv` then the Space ID is `1YqxopQBwYaKv`

- Your downloaded Space will be saved in `*.aac` format

Here's an example:

![Screen Shot 2022-06-14 at 6.10.16 PM.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1655205068368/ZIYsGSRPu.png align="left")

From this point, you're now should be able to download any Twitter Space you want and re-listen it anytime you want.

