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