Giter Club home page Giter Club logo

fansly-scraper's Introduction

fansly-scraper

โš  This is currently under active development, everything is still being planned out and tested. Feel free to create issues/pr's to assist in the creation of this project.

A simple all in one fansly interaction tool.

The program will automatically move/download an example config into the config path from either the current directory or the github repo respectively, you will need to edit the config to run the program.

todo will hold a list of things to do for the project, as well as act as a kind of roadmap.

Running the program

Running and building the program locally will require you to have the following installed:

  • nim
  • a C compiler such as gcc or MinGW (note: installing nim should ask if you want to install a compiler if you don't already have one.)

Dependencies

  • illwill - a crossplatform console library

Running the program

To run the program after downloading the source code, run the following in the projects root:

nim r -d:ssl src/scraper.nim

note: -d:ssl enables ssl support for the program allowing for requests to be handled

Building the program

To compile the program into an executable, run the following in the projects root:

nim c -d:ssl src/scraper.nim

The initial run of the program will create a config file in the config directory, you will need to edit this file to run the program. Need are your fansly auth token and user-agent, you can get these from the browser after logging in to fansly.

Get fansly account token

Method 1:

  1. Go to fansly and login and open devtools (ctrl+shift+i / F12)
  2. In network request, type method:GET api and click one of the requests
  3. Look under Reques Headers and look for Authorization and copy the value

Method 2:

  1. Go to fansly and login and open devtools (ctrl+shift+i / F12)
  2. Click on Storage and then Local Storage
  3. Look for session_active_session and copy the token value

(images at a later date)

Currently known issues

  • Program can't run w/o the config present and configured
  • Resizing window messes with the program display
  • No actual features implimented yet ๐Ÿคก
  • The use of a.i. in writing the program ๐Ÿค–

fansly-scraper's People

Contributors

agnosto avatar

Watchers

 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.