Skip to content

whats-happening-rightnow/justfor.fans.ripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thing to download all content from someone's JustFor.Fans

Written in Python 3.8

  1. Install requirements: pip install -r requirements.txt
  2. Set configuration
    1. overwrite_existing - will skip download if file exists
    2. save_path - destination folder - will save to same location as script folder if none provided
    3. save_full_text - will save text file with full description
    4. file_name_format - filename format, following values are available:
      • name
      • post_date
      • post_id
      • desc
  3. Get UserID and UserHash values
    1. Log into your JustFor.Fans account
    2. Select performer's page
    3. (in Chrome), hit F12 to open dev-console
    4. Refresh page to view network activity
    5. Locate getPost.php call, extract UserID and UserHash4 values (in yellow)
    6. Pass in as params when running script
      • python app.py [UserID] [UserHash]

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages