OF-Scraper
  • Welcome
  • Requirements
  • Install
    • Pre-Install Guides
      • Linux
      • Windows
      • Mac
    • PIPX Install
    • PIP Install
    • Binary Releases
    • Docker
    • Release Info
    • Managing Multiple Python Versions
  • Getting Started and Settings
    • Config Options
      • Config Location
      • General Options
      • File Output Options
        • Placeholders
        • Responsetype Placeholders
      • Download Options
        • Download Toggles
        • Media Filtering Options
        • Advanced Download Options
      • Setting metadata path
      • Binaries Options
      • CDM Options
      • Performance Options
        • Values to Pick
      • Script Options
      • Advanced config options
        • Changing Const Values
        • Mediatype overwrites
    • Depreciated Options
    • Auth
    • Controlling Output/Logs
    • Migrating from Digitalcriminal's script
  • Using the Scraper
    • Using Prompts
      • Old Menu
      • Page 2
    • Username selection or Fuzzy Search
    • Basic Automation with command-line
      • Basic Actions
        • Liking/Unliking Post
        • Downloading Content
          • Downloading Text Files
          • Downloading Purchases From Deleted Models
        • Multiple Actions
      • Model Filtering/Sorting
        • Price Filtering/Sort
      • Advanced Args
      • Scripting tips
      • Enable label scan
    • Recipes
      • Adding Proxy
      • Redownload Deleted Downloads
  • Content Check Modes
    • Table Columns
    • Table Management
      • Pre 3.10.7 filtering
  • Scraping Individual Posts or Media
  • Metadata
    • Schema
    • Creating Metadata
    • Metadata location
  • CDM Setup
    • CDM issues
  • FAQ/Common Issues
    • Page 1
  • Command Reference
    • Shared Options
      • General Program Options
        • Program Options
        • Logging Options
        • Filename Modification Options
        • Media Filters Options
        • Download Options
        • Advanced Program Options
      • Shared Scrape and Metadata Check Mode Options
        • User List Filter Options
          • Advanced User Filters
        • User Selection Options
        • Model Sorting & Processing Options
        • Content Options
        • Automation Options
        • Advanced Search & Processing Options
    • Main Scraper Options
    • Metadata Check Mode Options
    • Content Check Modes Options
    • Manual Mode Options
  • Request Change to Doc
  • Testing
Powered by GitBook
On this page
  • Version Info
  • Before Starting
  • Install via a package manager
  • Option 1: PIPX Install
  • Option 2: PIP install
  • Install via Docker
  • Compiled Binaries [No Install]
  • Basic Install/Tutorial

Install

Getting OF-Scraper onto you system

PreviousRequirementsNextPre-Install Guides

Last updated 1 year ago


Version Info

Stable versions are hosted on various platform including PYPI,Docker, and GitHub

Go to for latest Dev release


Before Starting

The guide assumes you have your terminal program open and have already installed Python. If you're unsure about this, follow this guide


Install via a package manager

pipx is recommended for its virtual environment management capabilities.

It serves as an abstraction layer over pip, placing installed scripts within isolated virtual environments. This approach is highly recommended for script installation as it offers several advantages:

  • Prevents conflicts: By isolating scripts and their dependencies within virtual environments, pipx effectively eliminates conflicts with other Python packages or system-wide installations.

  • Enhances organization: Each script resides in its own distinct virtual environment, promoting better organization and clarity in project management.

  • Simplifies updates: pipx streamlines the process of updating scripts, ensuring you always have access to the latest versions and features

Option 1: PIPX Install

Option 2: PIP install

Install via Docker

Compiled Binaries [No Install]

A pyinstaller based binary is an executable file that contains your Python script and all the necessary dependencies to run it on different operating systems. Pyinstaller analyzes the script and bundles it with the Python interpreter, libraries, modules, and other resources into a single file or folder

Support for issues specific to how pyinstaller operates may be limited


Basic Install/Tutorial

A quick high level tutorial of the install process

PIPX Install
PIP Install
Docker
Binary Releases
https://pypi.org/project/ofscraper/#history
Pre-Install Guides
Logoscraper-l3eS0Abl.mkv | Bunkr
A video showing the install process