- RipPy can be run by either a GUI or CLI, both are based on the exact same code and makeup, which means the only difference is the UI, to run the CLI version use the
cli.py
script and for the GUI version use thegui.py
script. - Some providers have multiple rippers, such as instagram, which can be ripped with Instaloader or IG-Scraper
- Please install wget and ffmpeg
- Git Clone OR Download RipPy.
- Rename Folder to RipPy if needed.
- Place the RipPy folder in your user directory
cd RipPy
Now you have to install some python3 packages.
pip3 install -r Requirements.txt
Next you need to create some directories.
python3 initialSetup.py
Now you have to Configure RipPy.
Now you can run RipPy.
python3 cli.py
- OR
python3 gui.py