Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 973 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 973 Bytes

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