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
  • Basic Run
  • Performing action(s)
  • Selecting different areas
  • Bypass all prompts
  • Running command in the background
  • Modifications to Filename
  • Toggle letter count for textlength
  • Output Options
  1. Using the Scraper

Basic Automation with command-line

Automate liking & downloading OnlyFans posts

PreviousUsername selection or Fuzzy SearchNextBasic Actions

Last updated 1 year ago


Basic Run

This enables you to choose arguments using the prompt menus.

ofscraper


Performing action(s)

--post is a short hand used for all actions unless an --like-area or --download-area command is passed

You can combine these actions together

  • likes or unlike (only 1 because liking and unliking all posts doesn't make sense)

  • combine the previous with download

This command will download all wall posts for the selected model and simultaneously like all the posts

 ofscraper --posts all --action like,download

This command will only download

ofscraper --posts all --action download

Selecting different areas

You can use

  • like-area specifically for like/unlike action

  • download-area specifically for the download action

This command will download all post, but only like pinned

 ofscraper --download-area all --like-area pinned --action like,download

or

 ofscraper --posts all --like-area pinned --action like,download


Bypass all prompts

You must pick timeline,pinned, or archived to bypass the like area prompt when doing action

like or unlike

To bypass prompts

  • Select at least one scraping method

  • Provide a username(s)

  • Providing the areas to scan

 ofscraper --posts all --username ALL --action like,download


Running command in the background

For daemon mode to function, you must select at least one scraping method

In daemon mode, if the --username argument isn't provided, it will prompt you to pick a username only once

In daemon mode, if the --post or --scrape-paid argument isn't provided, it will prompt you to them only once

 ofscraper --daemon 10 --posts all --action like,download

The script will operate at least every 10 minutes. If a run extends beyond 10 minutes, the subsequent run begins immediately after the prior one concludes.


Modifications to Filename

Toggle letter count for textlength

By default, 'textlength' corresponds to the maximum number of words you desire. To modify this to represent the maximum number of letters, use the '--letter-count' argument.

ofscraper --letter-count


Output Options

Downloading Content
Model Filtering/Sorting
Liking/Unliking Post
Controlling Output/Logs