Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valueof/meh
Medium Export Helper
https://github.com/valueof/meh
data-liberation medium
Last synced: about 2 months ago
JSON representation
Medium Export Helper
- Host: GitHub
- URL: https://github.com/valueof/meh
- Owner: valueof
- License: mit
- Created: 2022-04-05T04:27:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T01:08:16.000Z (over 2 years ago)
- Last Synced: 2023-03-11T22:07:33.739Z (almost 2 years ago)
- Topics: data-liberation, medium
- Language: Go
- Homepage: https://github.com/valueof/meh
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 😐 MEH: Medium Export Helper
This tool transforms Medium's default data export format (HTML) into JSON. This is work in progress and, so far, being tested only on my own export data.
#### Usage
This command will convert original Medium archive located in `/path/to/archive` into JSON with results being written into `/path/to/out`:
```
$ meh -dir=/path/to/archive -out=/path/to/out
```#### All Flags
```
-dir string
path to the uncompressed medium archive
-out string
output directory
-server string
run web version of meh on provided address
-verbose
whether to print logs to stdout
-version
print version and exit
-withImages
whether to download images from medium cdn
-zip string
path to the compressed medium archive
```#### How To Help
So far this has been tested only on my own data. If you want to help, head over to [medium.com/me/export](https://medium.com/me/export), export your data, run it through `meh`, and let me know if anything is broken by creating an issue.
You can also try Medium Export Helper on the web: [meh.antonkovalyov.com](https://meh.antonkovalyov.com)
Thank you!