Basic Automation with command-line
Automate liking & downloading OnlyFans posts
Last updated
Automate liking & downloading OnlyFans posts
Last updated
This enables you to choose arguments using the prompt menus.
ofscraper
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
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
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
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.
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