Skip to content

Ligthert/albionwho

Repository files navigation

AlbionWho

About

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.

Requirements

  1. Python v3.5+
  2. Any recent MySQL version

( This was developed on Unix, might work on Windows? )

Installation

  1. Clone this repo to a suitable location
  2. Install the required Python 3 modules ('pip install -r requirements.txt')
  3. Create a database
  4. import albionwho.mysql to create the tables needed.
  5. Modify config.ini to your needs
  6. Prime the database by running primer.py
  7. Schedule periodical executing of scripts in periodicals/
  8. 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)

About

A set of tools to collect and view data from the Albion Online API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published