Code Monkey home page Code Monkey logo

ofdl's Introduction

OFDL

Onlyfans media downloader with graphical user interface using PyQt5.

Downloads media files from OF (images, videos, highlights, stories)

The only requirements should be requests and PyQt5

Before logging in, press F12 (or inspect/inspect element and go to the network tab) to bring up the "developer tools" and then log in. You should see "init" as shown below. If not, type in the search "init" and or refresh the page. Once you've found it, click on it.

Scroll down to the section "request headers" and everything you will need should be in this section (cookie, useragent, x-bc):

Copy these three values:

and put them into the textbox displayed after you click on the buttons pointed at in the below image:

After you've added all three values, and you click the "x" button on the Options window, it should then fetch a list of your subscriptions.

Requirements

Written using Python 3.9 so use 3.9 or anything above.

The only two requirements/dependencies should be requests and PyQt5.

There is a "requirements.txt" file that can be used to install the dependencies at the command line:

pip3 install -r requirements.txt

or

pip3 install requests
pip3 install pyqt5

The main script is OFDL.py and can be run on some systems by double clicking it (usually Windows) or by going into the directory using terminal or the command line and executing:

python3 OFDL.py

ofdl's People

Contributors

hashirama avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.