OnlyFans DataScraper v3.8
[Features]:
Added a new feature to scrape your mass messages. This only applies to you if you're a model and you've sent mass messages.
Thanks and credit to @ecchiecchi0 the script now has:
exit_on_completion
loop_timeout
Refer to the readme for what these do.
[Fixes and Optimizations]:
The script now catches more errors that would cause itself to hang.
The script used to scrape certain APIs multiple times for one category, like posts.
Used to be
Posts
Images
Scrape post API
Filter for images
Videos
Scrape post API
Filter for videos
Now it's
Posts
Images
Scrape post API
Save scraped results
Filter for images
Videos
Reuse scraped results
Filter for videos
The script will basically be much faster since we're only calling the request once per category.
Fully optimized scraping mass messages.
Fixed error due to script incorrectly getting file size.