OnlyFans Metadata to Stash Powershell Script
OFMetadataToStash is an OnlyFans metadata import tool for Stash, written in Powershell.
- Simple to use with a straightforward command line based UI!
- Script can auto-associate scenes/images with the appropriate OnlyFans performer(s) and studio, in batch!
- Built-in utility for completely scrubbing and sanitizing OnlyFans metadata databases
π¦ How it Works
- This script primarily relies on the SQLIte files (
user_data.db
) that a OnlyFans scraper generates. These files contain all the metadata you might want!
- This script does not access/scrape/download/or otherwise pull down metadata from OnlyFans or any other service.
- That said, if you don't have metadata DB files, this script can try and make a good guess as your performers and associated content based on file path
π» Requirements
π How to Run
- Ensure the latest version of Microsoft Powershell is installed.
- Open a Powershell prompt in the same directory as the script and run the command
.\OFMetadataToStash.ps1
to start its short configuration wizard
π© Command Line Flags
-ignorehistory
Script won't skip over metadata databases have already been imported to your Stash.
-randomavatar
Script will ignore the use of the profile image that a particular performer selected for themselves.
-v
Script will be more verbose with its output while running. Useful for troubleshooting.
π Additional Notes
- This script makes use of the excellent PSSQLite and PSGraphQL PowerShell modules. Kudos to those developers!