CREATE and FUCK your own AI GIRLFRIEND
TRY FOR FREE
x

Guide Onlyfans Downloading - A complete guide for PC and Mobile

My configuration: "filename_format": "{date}-{model_username}-{filename}.{ext}"

pasted-image-div3Ti4i.png
Thanks for the tip.
However, I was hoping there was an easier way to do it with the extension perhaps, rather than have to go through the whole python script thing.
 
Hello brand new to scraping ive just been individually downloading and im tired of it lol ive followed every direction but idk what im doing wrong please help i got to the powershell terminal i get stuck here

image_2022-11-06_010408986.md.png
 
Install Git - don't worry too much about the installation settings, just keep them as is. Probably want to disable the context menu options during set up though. (I did). Restart if prompted (can't remember if it does).

Back to Github > Code > Download ZIP

Extract ZIP file

Open the new folder it extraced

Right click inside the folder and click "Open in Terminal/Powershell" or whatever you have on your machine

pip install git+https://github.com/taux1c/onlyfans-scraper

Copy, Paste, press enter, let it do it's thing.

Once it's done

onlyfans-scraper

To get it running.

You'll need to fill out the auth file now, the guide on the github page is a good tutorial. Just double and triple check each entry is correct.

Then it's a case of working through the menus using numbers to get it to do what you want!
I've done the steps and installed successfully however when i try to run onlyfans-scraper , it says failed to create process without further explanation. Do you have any clue how to solve this one

ofdlerror.md.png
 
Hey just wanted to check if we really need a Visual Studio download to use Python Script ripping method.
 
Hello brand new to scraping ive just been individually downloading and im tired of it lol ive followed every direction but idk what im doing wrong please help i got to the powershell terminal i get stuck here

image_2022-11-06_010408986.md.png

Did you do all of step 5 in the OP?

"shift+right click the white space inside the folder and select 'Open Powershell Window here'"
 
idk why but I try to scrap only one account but the program try to scrap everything and don't works

imageba12a2fb48dde3aa.md.png

after I type 0 (all content should be scraped) the program goes in a loop trying to scrap everything on my onlyfans
 
this works, i combines with a chrome extension for the cookie "only fans cookie helper" and awesome.
Mine just opens and closes. Can you tell me what you used from the cookie helper? I put in fake #s obviously.

{ "auth": { "username": "u444444444", "cookie": "auth_id=2222222; sess=33333333aaaaaaaaa; auth_hash=; auth_uniq_444444444=; auth_uid_444444444=;", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36", "x_bc": "1111111111111111111111111", "support_2fa": true, "active": true, "email": "", "password": "", "hashed": false } } USER_ID = "" USER_AGENT = "" X_BC = "" SESS_COOKIE = ""
 
Mine just opens and closes. Can you tell me what you used from the cookie helper? I put in fake #s obviously.

{ "auth": { "username": "u444444444", "cookie": "auth_id=2222222; sess=33333333aaaaaaaaa; auth_hash=; auth_uniq_444444444=; auth_uid_444444444=;", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36", "x_bc": "1111111111111111111111111", "support_2fa": true, "active": true, "email": "", "password": "", "hashed": false } } USER_ID = "" USER_AGENT = "" X_BC = "" SESS_COOKIE = ""
edit onlyfans-dl.py file

put this data in this place

######################
# CONFIGURATIONS #
######################

#Session Variables (update every time you login or your browser updates)
USER_ID = "444444444"
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
X_BC = "1111111111111111111111111"
SESS_COOKIE = "33333333aaaaaaaaa"

save changes


open powershell in folder with onlyfans-dl.py file

https://onlyfans.com/123xyz456 <---- 123xyz456 is name of someones onlyfans profile (you must have subscription to this profile)

enter in powershell

onlyfans-dl.py 123xyz456

scraper will create folder with data (videos/photos etc.) from 123xyz456 profile in folder with onlyfans-dl.py file

-------------------------------------------------------------------------------------------------------------------------

edit values from this place in onlyfans-dl.py file if you want do download only photos/vides etc.

#Options
ALBUMS = True # Separate photos into subdirectories by post/album (Single photo posts are not put into subdirectories)
USE_SUB_FOLDERS = True # use content type subfolders (messgaes/archived/stories/purchased), or download everything to /profile/photos and /profile/videos

# content types to download
VIDEOS = True
PHOTOS = True
POSTS = True
STORIES = True
MESSAGES = True
ARCHIVED = True
PURCHASED = False
 
Last edited:
:pepoLove: though the tagged user is the wrong Marcus :KEKW:


My suggestion is to actually change filename_format to {date}_{post_id}_{media_id}_{filename}.{ext} instead.

Not only will images/videos uploaded on the same day be separated from each and by each post instead post_id, but media that has been uploaded in a certain order will keep the order (based on media_id).
There are likely very few on OF that actually do upload sets in a specific order, but it doesn't hurt imo



Thanks for linking it. Just wanna mention that if anyone has any issues with the actual cookie helper extension, feel free to PM me here. Avoids having to create a GitHub account and an issue in the repo.
Ayy yo? The man , the myth and the legend himself?
 
edit onlyfans-dl.py file

put this data in this place

######################
# CONFIGURATIONS #
######################

#Session Variables (update every time you login or your browser updates)
USER_ID = "444444444"
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
X_BC = "1111111111111111111111111"
SESS_COOKIE = "33333333aaaaaaaaa"

save changes


open powershell in folder with onlyfans-dl.py file

https://onlyfans.com/123xyz456 <---- 123xyz456 is name of someones onlyfans profile (you must have subscription to this profile)

enter in powershell

onlyfans-dl.py 123xyz456

scraper will create folder with data (videos/photos etc.) from 123xyz456 profile in folder with onlyfans-dl.py file

-------------------------------------------------------------------------------------------------------------------------

edit values from this place in onlyfans-dl.py file if you want do download only photos/vides etc.

#Options
ALBUMS = True # Separate photos into subdirectories by post/album (Single photo posts are not put into subdirectories)
USE_SUB_FOLDERS = True # use content type subfolders (messgaes/archived/stories/purchased), or download everything to /profile/photos and /profile/videos

# content types to download
VIDEOS = True
PHOTOS = True
POSTS = True
STORIES = True
MESSAGES = True
ARCHIVED = True
PURCHASED = False
When I look at that file, I think I found the section but have no idea where to input the info. See below:

<td id="LC17" class="blob-code blob-code-inner js-file-line"><span class=pl-c>#Session Variables (update every time you login or your browser updates)</span></td> </tr> <tr> <td id="L18" class="blob-num js-line-number js-code-nav-line-number js-blob-rnum" data-line-number="18"></td> <td id="LC18" class="blob-code blob-code-inner js-file-line"><span class=pl-v>USER_ID</span> <span class=pl-c1>=</span> <span class=pl-s>&quot;&quot;</span></td> </tr> <tr> <td id="L19" class="blob-num js-line-number js-code-nav-line-number js-blob-rnum" data-line-number="19"></td> <td id="LC19" class="blob-code blob-code-inner js-file-line"><span class=pl-v>USER_AGENT</span> <span class=pl-c1>=</span> <span class=pl-s>&quot;&quot;</span></td> </tr> <tr> <td id="L20" class="blob-num js-line-number js-code-nav-line-number js-blob-rnum" data-line-number="20"></td> <td id="LC20" class="blob-code blob-code-inner js-file-line"><span class=pl-v>X_BC</span> <span class=pl-c1>=</span> <span class=pl-s>&quot;&quot;</span></td> </tr> <tr> <td id="L21" class="blob-num js-line-number js-code-nav-line-number js-blob-rnum" data-line-number="21"></td> <td id="LC21" class="blob-code blob-code-inner js-file-line"><span class=pl-v>SESS_COOKIE</span> <span class=pl-c1>=</span> <span class=pl-s>&quot;&quot;</span></td>

It just looks like spaghetti to me. Any help on this?
 
it was working just fine and then i get access denied , i guessed it was the sess key changed it and nothing
any clues what might have happened here?
 
Hi dudes!
Previously used the extension for Google Chrome - "Downloader for OnlyFans". Now it has not been removed from the extension store.
If someone has it left, can someone pack in mode developer it up and post it here?
Thanks in advance

photo_2022-11-14_00-02-05.md.jpg
 
i need someone that knows this program , all work fine and doesnt download content only the info
 
Back
Top Bottom