Basic Automation with command-line

Automate liking & downloading OnlyFans posts


Basic Run

This enables you to choose arguments using the prompt menus.

ofscraper
Downloading ContentModel Filtering/SortingLiking/Unliking Post


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

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

or


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


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

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.


Output Options

Controlling Output/Logs

Last updated