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.txtto install the dependencies - First, run
main.pyusingpython3 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.pyusingpython3 unzipper.pyto 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.


