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
  • What is this
  • cmdline arguments
  • Post Check Mode
  • Message Check Mode
  • Paid Check Mode
  • Story Check Mode
  • Getting latest content

Content Check Modes

PreviousRedownload Deleted DownloadsNextTable Columns

Last updated 10 months ago

What is this

It scrapes data from OnlyFans.com, parsing the database to showcase content information via a generated table.

Each media item occupies its own row within the table, which is searchable and offers filtering options. The table is comprehensive, containing various details for each entry

  • price of content

  • Will try to show if media is in your library based on media id

  • If the media is unlocked

  • The post that a media is connected

  • Date the media was posted

  • text included with the media

  • Length of media

It utilizes caching to expedite processes.

The cache is established either during regular scraping or when running in content check mode, persisting for a day before the program updates with fresh data. Additionally, you can employ '--force' to fetch the most recent information.


cmdline arguments

Post Check Mode

This functionality is for reviewing posts on the main timeline or for paid content accessed through the post URL

  1. you must add the --url or --file argument

  2. You can combine the previous args

  3. --url can be split by comma or passed multiple times

  4. --file can only be passed once, and does not spit string will be interpreted as single url

Examples

ofscraper post_check --url url,url,url

ofscraper post_check --url url --url url

ofscraper post_check --file file

ofscraper post_check --file file --url url

File

Should contain accepted urls line separated

Accepted urls

post page

https://onlyfans.com/1113331313/model

model page

https://onlyfans.com/model

model name

model

model number

11131313

Message Check Mode

To avoid redundancy, the "check mode" is equivalent to "post_check," differing only in the accepted types of posts.

When the cache expires all messages must be scraped again.

Examples

Again all the previous examples will work

ofscraper msg_check --url url,url,url

Accepted urls

chat page

https://onlyfans.com/my/chats/chat/11131313/

model name

model

model number

11131313

Paid Check Mode

It gathers paid content using the username provided

  1. you must add the --username or --file argument

  2. You can combine the previous args

  3. --username can be split by comma or passed multiple times

  4. --file can only be passed once, and does not spit string will be interpreted as single username

Examples

ofscraper paid_check --username username,username
ofscraper paid_check --username username --username username
ofscraper paid_check --file file
ofscraper paid_check --file file --username username

File

Should contain usernames line separated

Accepted username

model name

model

model number

11131313

Story Check Mode

It collects stories and highlights using the provided username

stories are temporary content and may change frequently

  1. you must add the --username or --file argument

  2. You can combine the previous args

  3. --username can be split by comma or passed multiple times

  4. --file can only be passed once, and does not spit string will be interpreted as single username

Examples

ofscraper story_check --username username,username

ofscraper story_check --username username --username username

ofscraper story_check --file file

ofscraper story_check --file file --username username

File

Should contain usernames line separated

Getting latest content

In each of these modes, details for each model are cached for 24 hours. To fetch the most recent content, append the "--force" argument to any of these modes.

ofscraper msg_check --url url --force