Downloads all replits from your account.
-
Log into your replit account
-
Open developer tools by right clicking and selecting inspect, or by using the keyboard shortcut Ctrl Shift J (Windows) or Cmd Option J (Mac)
-
Select the Network tab on the top of the developer tools window
-
Refresh Screen
- Clone this repository
- Go to your terminal/console. Make sure you have python3 installed
- Enter the local directory where you have cloned the repository
- Run
pip install -r requirements.txt
to install the dependencies - First, run
main.py
usingpython3 main.py "your cookie in double quotes" "your user-agent in double quotes"
to download all files and folders from your replit account. It supports recursive folder structure, and will create a folder called Files to store the downloaded zip files - Next, run
unzipper.py
usingpython3 unzipper.py
to unzip the downloaded files. The new files will be moved to a folder called Replits. The Files folder containing the zip files will be deleted after.