Skip to content

Filter-Updater for Path of Exile. Currently only support NeverSink's itemfiler.

Notifications You must be signed in to change notification settings

Pourliver/filter-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

*** DEPRECATED ***

This feature is now built-in with the filter subscription feature on the official website.

Filter-Updater for Path of Exile

ONLY TESTED ON WINDOWS, USE AT YOUR OWN RISK

This python script installs the latest version of NeverSink's itemfilter for Path of Exile.

Installation

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

Example

To start the updater, double click the python file or type the following.

python update-filter.py

This would output something like this.

Example

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"

About

Filter-Updater for Path of Exile. Currently only support NeverSink's itemfiler.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages