Tired downloading? try using this dumb code.
- 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]
- Login to Fanbox
- Go to someone post
- Inspect element there and go to network, filter to Fetch/XHR
- And then copy
post.info
as cUrl (cmd) - Copy those curl in this website
- Copy
.env.example
to.env
- Set 'cookie' in you
.env
- Now you're ready to go!