Content Check Modes
Last updated
Last updated
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.
This functionality is for reviewing posts on the main timeline or for paid content accessed through the post URL
you must add the --url or --file argument
You can combine the previous args
--url can be split by comma or passed multiple times
--file can only be passed once, and does not spit string will be interpreted as single url
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
Should contain accepted urls line separated
post page
model page
model name
model number
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.
Again all the previous examples will work
ofscraper msg_check --url url,url,url
chat page
model name
model number
It gathers paid content using the username provided
you must add the --username or --file argument
You can combine the previous args
--username can be split by comma or passed multiple times
--file can only be passed once, and does not spit string will be interpreted as single username
Should contain usernames line separated
model name
model number
It collects stories and highlights using the provided username
stories are temporary content and may change frequently
you must add the --username or --file argument
You can combine the previous args
--username can be split by comma or passed multiple times
--file can only be passed once, and does not spit string will be interpreted as single username
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
Should contain usernames line separated
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.