This is a kemono.party scraper that extracts all post's and download's the following links in a structured format :
- Google Drive File Link
- Google Drive Folder Link
- Youtube Video Link
- kemono.party Link
- kemono.party Image Link
- kemono.party Text Content
You can whitelist urls to download from using whitelist.txt file.
Unsupported links are saved in a separate links.txt file.
Scraped Text Content is saved in readme.txt file.
Failed download links are savd in errors.txt file.
Install dependencies using :
pip install -r requirements.txt
Then run the main.py file using:
python main.py
To debug run the errors_fix.py file using:
python errors_fix.py