Skip to content

ZhiFenBL/Wattpad_Backup_Utility

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wattpad Backup Utility

A python script that automatically downloads and organizes all the fics an account has added to their library.

Usage:

Using a virtual environment is recommended (optional):

mkdir venv
python -m venv venv
venv/bin/activate (or source venv/bin/activate in MacOS)

Install dependencies:

pip install -r requirements.txt

Run script:

python src/main.py

Optional: To create executable

pyinstaller --onefile --name WattpadBackup --paths src src/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%