Skip to content

Tags: regiononterrey/OnlyFans

Tags

v7.4.1

Toggle v7.4.1's commit message
Refine blacklists

v7.4

Toggle v7.4's commit message
API - Check if user has enough credit/wallet balance to subscribe

Will return error_details object if failed.

v7.3

Toggle v7.3's commit message
Fixed script not setting correct creation date to file

v7.2

Toggle v7.2's commit message
Simple API Guest Auth

Example Script with API usage:

#start.py
import apis.onlyfans.onlyfans as OnlyFans
api = OnlyFans.start()
authed = api.add_auth()
authed.login(guest=True)

model = authed.get_user("onlyfans")

print(model)

v7.1

Toggle v7.1's commit message
Dynamic Rules

Script will grab signed_header rules from github so the end user won't have to keep updating the script.

OF's goal is to create download fatigue on the end user so they won't use scripts to archive data.

Right now the script uses inefficient logic to assign the rules. I'll update the script later, but I just wanted to put this out now.

Logic being used right now, is that on every request to a OnlyFans' api the script sends a request to Github to grab the rules, and then proceed with the request.

v7.01

Toggle v7.01's commit message
Multithreaded fix

v7

Toggle v7's commit message
Formatting

Fixes UltimaHoarder#912 lol

v6.4.6

Toggle v6.4.6's commit message
Added missing return for auth

Forgot we needed that.

v6.4.5

Toggle v6.4.5's commit message

v.6.4.4

Toggle v.6.4.4's commit message
Firefox Profile Fix