Quote:
Originally Posted by ownedbycats
Any info on setting up NSAPA? I'd like to give that a try. 
|
With linux it's quite simple. First you get the repository.
git clone
https://github.com/nsapa/fanfictionnet_ff_proxy
In the directory of the proxy you install the required components
python3 -m pip install --user -U -r requirements.txt
Once done start it with
python3 chrome_content.py --chrome-version 95
Settings in personal.ini
[
www.fanfiction.net] (or whatever)
use_nsapa_proxy:true
use_cloudscraper:false
That's it.