This feature is now built-in with the filter subscription feature on the official website.
ONLY TESTED ON WINDOWS, USE AT YOUR OWN RISK
This python script installs the latest version of NeverSink's itemfilter for Path of Exile.
To install, run the following command
git clone https://github.com/Pourliver/filter-updater.git
The script depends on beautifulsoup4
. You can install it like this.
pip install beautifulsoup4
To start the updater, double click the python file or type the following.
python update-filter.py
This would output something like this.
You can edit the following variables to change the default filter location.
#Default install path on Windows
current_user_path = os.environ["USERPROFILE"]
folder_location = current_user_path + "\Documents\My Games\Path of Exile"