A collection of tools to collect, view and analyze data available via the public API of Albion Online. Site is running at http://albionwho.com.
- Python v3.5+
- Any recent MySQL version
( This was developed on Unix, might work on Windows? )
- Clone this repo to a suitable location
- Install the required Python 3 modules ('pip install -r requirements.txt')
- Create a database
- import albionwho.mysql to create the tables needed.
- Modify config.ini to your needs
- Prime the database by running primer.py
- Schedule periodical executing of scripts in periodicals/
- Start the application (
./run.py
)
Optionally you can:
- To have the service managed by Upstart, place albionwho.conf in /etc/init/ and start the service (
service albionwho start
). - Docker support is on its way (2lazy2fix)
- Systemd support is on its way (2damned2fix)