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
  • Syntax
  • example
  • General Options
  • Subcommand Options
  • Specifying Content Source
  • Forcing Update
  • Text
  • -tn, --text [argument]
  • -tp, --text-only [argument]
  • Subcommand Descriptions
  1. Command Reference

Content Check Modes Options

These options are used with specific subcommands of the program that perform content checks for different data types (posts, messages, purchased content, stories/highlights)

PreviousMetadata Check Mode OptionsNextManual Mode Options

Last updated 8 months ago

Cached information is generally stored for around 3 days to improve efficiency


Syntax

ofscraper [subcommand_name] [subcommand_options]

example

ofscraper post_check --url test

General Options

Subcommand Options

Each content check subcommand (post_check, msg_check, paid_check, story_check) accepts common arguments for specifying content sources and controlling update behavior.

Specifying Content Source

  • -u, --url [argument]: (all subcommands)

    • Scans content from one or more URLs provided as arguments (separate URLs with spaces).

  • -f, --file [argument]: (all subcommands)

    • Scans content from a file containing entries (URLs or usernames) separated by lines.

Forcing Update

  • -fo, --force [argument]: (all subcommands)

    • Default: False (uses cached data if available).

    • Sets True to force the API to retrieve the latest information, bypassing the cache.

Text

-tn, --text [argument]

  • Specify to download text with any media tied to that text

-tp, --text-only [argument]

  • Specify to download only text, skipping any media

Subcommand Descriptions

Here's a summary of each content check subcommand:

  • post_check: Analyzes data associated with posts from specified URLs or a file. It generates a table displaying relevant information about the posts.

  • msg_check: Analyzes data associated with messages from specified URLs or a file. It generates a table displaying relevant information about the messages.

  • paid_check: Analyzes data associated with purchased content from specified usernames or a file. It generates a table displaying relevant information about the purchased content.

  • story_check: Analyzes data associated with stories and highlights from specified usernames or a file. It generates a table displaying relevant information about the stories/highlights.

General Program Options