Skip to content

billypoke/traderouter

Repository files navigation

Traderouter

What is this?

A web app to show how far you are from the 5 major trade hubs, as well as allow you to search any system and view the same.

How does it work?

Using EVE's SSO (Single Sign On) system and the new ESI API. You are guaranteed to be going to CCP's server for authentication, and you can see exactly what permissions you are granting to this application.

Installation

Python 3.x is required.

  1. pip install -r requirements.txt
  2. Copy config.conf.default to config.conf
  3. Go to https://developers.eveonline.com/ and create a new application
  4. Choose a name and write a description
  5. For 'Connection Type', choose Authentication & API Access
  6. The required scopes are listed in config.conf.default
  7. The Callback URL is where the SSO system will redirect your users after authentication. It should end in /traderouter/router for this application
  8. Copy the information for your app into config.conf
  9. Run python wsgi.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published