Basic Automation with command-line
Automate liking & downloading OnlyFans posts
Basic Run
This enables you to choose arguments using the prompt menus.
ofscraper
Performing action(s)
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
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
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
Controlling Output/LogsLast updated