Wattpad DM Export [Link]
Wattpad is deleting all DMs on May 6th 2024. This WebApp implements an export solution.
Export here. Join the discord!
Exported HTML (JSON also available):
HTML Rendering could be improved, but the JSON Export works without issue. Authentication data is cached for 24 hours to prevent ratelimits. I've tried to make this very easy to self-host, so please do.
If you need support, join the discord!
Stars ⭐ are appreciated. Thanks!
- Clone the repository:
git clone https://github.com/TheOnlyWayUp/WP-DM-Export && cd WP-DM-Export
- Build the image:
docker build . -t 'wp_dm_export'
(This takes about 2 Minutes) - Run the Container:
docker run -d -p 5043:80 wp_dm_export
That's it! You can use your instance at http://localhost:5043
. API Documentation is available at http://localhost:5043/docs
.
If you're interested in helping, I'd really appreciate PRs improving HTML Rendering. This is being tracked in #2.
My other projects:
- WattpadDownloader: Visit here. Download Wattpad books as EPUBs in seconds!
- Wattpad-Py: Visit here. Python package to interface with Wattpad's Data API.
TheOnlyWayUp © 2024