A command-line program to download media for python

onlyfans-scraper

A command-line program to download media, like and unlike posts, and more from creators on OnlyFans.

Installation

You can install this program by entering the following in your terminal:

pip install onlyfans-scraper

If you’re on macOS/Linux, then do this instead:

pip3 install onlyfans-scraper

Setup

Before you can fully use it, you need to fill out some fields in a auth.json file. This file will be created for you when you run the program for the first time.

These are the fields:

{
    "auth": {
        "app-token": "33d57ade8c02dbc5a333db99ff9ae26a",
        "sess": "",
        "auth_id": "",
        "auth_uniq_": "",
        "user_agent": "",
        "x-bc": ""
    }
}

It’s really not that bad. I’ll show you in the next sections how to get these bits of info.

Step One: Creating the

 

 

 

To finish reading, please visit source site