Skip to content

zzfet/stash-iwc-pyscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

stash-iwc-pyscraper

Python-based IWantClips scraper for Stash

Dependencies

This is a Python scraper, and as such, Python (Python3) needs to be installed.

  • The official Stash docker container already contains python and all needed modules.
  • For Windows systems, install python from python.org (instructions), NOT from the Windows store.
  • For Linux systems please consult the relevant distro instructions.
  • For Μac systems either use homebrew eg brew install python3 or use the python.org installer (instructions)

pip requirements

  • bs4
  • lxml
  • requests

Features

  • Working search functionality utilising IWC's Algolia search API.
  • Dynamic selection of best-available thumbnail image, favouring still images over animated GIFs (still needs some tweaking).
  • No dependency on a Chrome CDP.

Pitfalls

  • Tested with a few dozen clips and haven't encountered any major bugs, but caveat emptor.

Special thanks

I'd like to thank the writers of the following scrapers on the CommunityScrapers git repository - their code has proven very useful in helping this come together:

Also, mention has to go to ChatGPT, without which I wouldn't have been able to fumble blindly through this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages