Skip to content
/ poe Public

Python API to consume resources from official Path of Exile web site

Notifications You must be signed in to change notification settings

vinthian/poe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Path of Exile API

Python API to consume resources from official Path of Exile web site

web_api

under construction

local settings

Create a file called "local_settings.py" in the "poe" module. This file should not be committed and is currently in .gitignore:

poe/local_settings.py

import logging


LOGGING_LEVEL = logging.DEBUG

USERNAME = "youremail@pathofexile.com"
PASSWORD = "p4ssw0rd"

About

Python API to consume resources from official Path of Exile web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages