(02-15-2025, 08:31 PM)NekoElf Wrote: Here is a rewrite I did of doots Catbox.moe file scraper. The original code was returning a server connect error so I fixed it! It runs in Python3 and can be run in Linux or Windows!good admin
It uses the file extension link generation to check for valid files:
It then downloads them and sorts them into the folders of their respective file extension.
🔒 Content LockedYou must reply to this thread to unlock the content, or Upgrade your account here for instant access.
USE A VPN/TOR TO RUN THIS SCRIPT. YOU MAY RUN INTO ILLEGAL CONTENT AS CATBOX IS AN ANONYMOUS FILE HOSTING SERVICE. RUN AT YOUR OWN RISK.
How to run:
1. Make sure the folder is named "catbox-scraper"
2. Make sure you have python3 and pip installed.
Windows cmd commands:
Linux commands:Code:cd catbox-scraper
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python main.py
You can also edit config.yaml to change what file extensions you want to scrape for.Code:cd catbox-scraper
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
Credit to doot for writing the original script, and me for fixing it.
Banned
Reply
Loading...
![[Image: banck5.png]](https://files.catbox.moe/banck5.png)