Skip to content

OnlyFans DataScraper v5.0

Compare
Choose a tag to compare
@UltimaHoarder UltimaHoarder released this 01 Jun 22:58

Optimizations:

Implemented A faster way to get your active subscription list.
Implemented A faster way to scrape mass messages.

Overhaul:

Renamed StartDatascraper.py to start_ofd.py
Config will update automatically.

Major directory changes:

"sites" > ".sites"
"settings" > ".settings"

Folder structure by default is now:

Posts > Free > Images/Videos/Etc
Posts > Paid > Images/Videos/Etc

Set sort_free_paid_posts to False if you want to use the original file structure which doesn't separate free/paid posts.

Metadata is now stored in the root of the model folder.

Everything used to be tied to the post API. If a post only had an image, the rest of the APIs would only download images even if they had video and audio files, so you'd be missing out on content basically.

Before:
Post API > Only has image files
Post API > Search for images
Message API > Search for images

Now:
Post API > Only has image files
Post API > Search for image files
Message API > Search for the image, video and audio files

Script will automatically convert files to the new format.

Features:

Added socks5 proxy.

Fixes:

Fixed text not limiting itself.
Text will now be cleaned so it can be a valid filename format.
(Don't use "text" in the filename format, I've warned people multiple times. Don't use it. I don't wanna hear complaints that you have to redownload 10TB worth of data when you've already been warned. I don't care lol.)