Skip to content

J3ndra/Fanbox-Image-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fanbox Image Scraper

Tired downloading? try using this dumb code.

Setup environment

  • virtualenv <env_name> [Create virtual environment]
  • source <env_name>/bin/activate [Start] || <env_name>\Scripts\activate.bat [For Windows]
  • pip install -r req.txt [Install packages needed]
  • deactivate [Stop]

How to use it?

  1. Login to Fanbox
  2. Go to someone post
  3. Inspect element there and go to network, filter to Fetch/XHR
  4. And then copy post.info as cUrl (cmd) cUrl
  5. Copy those curl in this website
  6. Copy .env.example to .env
  7. Set 'cookie' in you .env cookie
  8. Now you're ready to go!

Example

example 1