This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Get Started
Mika C edited this page Feb 5, 2022
·
26 revisions
Hey if you landed here; you most likely encountered a bug with Automatic Configurator(main component of quick start) / it is not supported for your OS. This means you'll unfortunately have to spend 3-5 minutes on configuring Fansly Scraper manually. This process is only required to be done once, at the first boot up of fansly scraper! So don't worry!
Click me if you want to know why this is required!
- Make sure you have registered an account on fansly and are logged in with it in your browser, or you'll not be able to get an authorization token from Developer Console.
- Go to whatever creator's account page and open your browsers developer console (Most often Key: F12)
- Reload the website by using the rotating arrow symbol to the left of your browsers search bar(Key: F5), while the developer console is open. Now do the steps on the following picture:
- Now paste both of the strings - that were on the right side of
authorization:
&User-Agent:
- which you just copied, as shown in the picture above. Into the configuration file (config.ini) and replace the two strings with their corresponding values. (1.[MyAccount]
>Authorization_Token=
paste the value forauthorization:
; 2.[MyAccount]
>User_Agent=
paste the value forUser-Agent:
. - Replace the value for
[TargetedCreator]
>Username=
with whatever content creator you wish. - Save the
config.ini
file(into the same directory as fansly scraper) with the changes you've done to it, close it & then start up fansly scraper.
After completing any of the configuration tutorials Quick Start / Get Started; in the future you'll only need to change the creator name for Targeted Creator > Username in config.ini
for every further use case on other creators.