sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
561 stars 54 forks source link

[REQUEST] Ability to download individual messages #410

Open myacct123 opened 2 weeks ago

myacct123 commented 2 weeks ago

Would it be possible to pull the content from individual messages? This would be similar to the download single post feature.

Message URLs are in the format https://onlyfans.com/my/chats/chat/{id}/?firstId={anotherid}

You can click 'more' on a message and copy the URL

thatcoderguy commented 2 weeks ago

Where did you get that URL from? I can only seem to find something like: https://onlyfans.com/api2/v2/messages/{MESSAGEID} And even that wasn't easy to find.

myacct123 commented 2 weeks ago

Where did you get that URL from? I can only seem to find something like: https://onlyfans.com/api2/v2/messages/{MESSAGEID} And even that wasn't easy to find.

Copy button image

sim0n00ps commented 2 weeks ago

Yes this would be possible and something I wanted to do as well

thatcoderguy commented 2 weeks ago

I dont mind writing this feature - but "copy" only seems to copy the content, not a link. I can get a link to the direct message by inspecting the network traffic in the browser... but I'm assuming this is a bit more "advanced" for typical users? If you guys give me an indication of how you can easily get the message ID, I'll run with that - otherwise I'll just assume the URL https://onlyfans.com/api2/v2/messages/{MESSAGEID}

sim0n00ps commented 2 weeks ago

I know you can append ?firstId to the query string and it will show you that specific message first in the list, not totally sure if it's possible to copy the link the same as a post, but if you think you can do it go for it, just base it off the download single post feature

pikatwinky commented 1 week ago

@thatcoderguy In the main window of OF, there is this tab where you can view all the content you have bought at the moment (from both post and messages), is in this tab where you can copy the link to the paid message

thatcoderguy commented 1 week ago

@pikatwinky I'm quite new to OF... can you put a screenshot of where this is?

melithine commented 1 week ago

@pikatwinky I'm quite new to OF... can you put a screenshot of where this is?

Screenshot_20240624_031023

thatcoderguy commented 1 week ago

@myacct123 @melithine can we assume this feature will be for paid messages? I've started writing, and I'm going to assume people will obtain the message link via the paid tab...

sim0n00ps commented 1 week ago

@myacct123 @melithine can we assume this feature will be for paid messages? I've started writing, and I'm going to assume people will obtain the message link via the paid tab...

Do it for Paid Messages first and we'll go from that point