Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.7 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.7 KB

Wattpad DM Export [Link]


Wattpad is deleting all DMs on May 6th 2024. This WebApp implements an export solution.

Export here. Join the discord!

Home:

User Selection:

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!

Self Hosting Guide

  1. Clone the repository: git clone https://github.com/TheOnlyWayUp/WP-DM-Export && cd WP-DM-Export
  2. Build the image: docker build . -t 'wp_dm_export' (This takes about 2 Minutes)
  3. 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.

Contributing

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