- Download the latest release from here.
- Extract the file somewhere.
- In the
dest
folder, runCStrips-Downloader.exe
. - When asked, fill out your alphanumeric and NOT your numeric ID. For information on how to get your ID see the wiki.
The script should now be running and starting to scan through and download your comics.
If you have forgotten your user ID, there are a few useful methods you can try to find it. See the wiki for more information.
- Download and install Python (Standalone CLI app is planned).
- Download this repository.
- Replace
USER
in run.py with yours or your friend's Bitstrips user ID. For example https://bitstrips.com/user/D53J, the ID would beD53J
. - Open your command prompt or terminal (Type
cmd
into your Windows search bar). cd
to the folder where you downloaded the script. E.g,cd C:\Users\Buddy\Desktop\CStrips Downloader
.- Type these two commands:
py -m pip install progress
andpy -m pip install requests
. - To run the script type the following command:
py run.py
.
The script should now be running and starting to scan through and download your comics.
KEEP IN MIND:
*
There are 60466176
possible combinations to scan for so it will take a very long time to download your comics. I did the math for my router and it estimated at around 11.16
days to download all comics but that depends on your internet speed. Feel free to look for ways to make the script faster. If you have any issues regarding installing or running, please make an issue here that shows the error or problem you're having.
Enjoy your comics!