using_the_eve_online_apis
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| using_the_eve_online_api [2017/01/16 08:34] – [Additions to Web2Py to Support Access to the EVE Online API] jtkorb | using_the_eve_online_apis [2019/05/10 07:08] (current) – [Additions to Web2Py to Support Access to the EVE Online API] jtkorb | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Using the EVE Online API ====== | ====== Using the EVE Online API ====== | ||
| + | |||
| + | <WRAP important> | ||
| + | |||
| + | ===== Useful Documentation and Necessary Websites ===== | ||
| + | * Third-party documentation [[https:// | ||
| + | * Main EVE Developers' | ||
| + | * EVE Technology and Research Center [[https:// | ||
| ===== Additions to Web2Py to Support Access to the EVE Online API ===== | ===== Additions to Web2Py to Support Access to the EVE Online API ===== | ||
| Line 7: | Line 14: | ||
| * Install additional Python modules needed by Web2Py to support the EVE Online API (be sure to install using pip in virtualenv): | * Install additional Python modules needed by Web2Py to support the EVE Online API (be sure to install using pip in virtualenv): | ||
| + | source python/ | ||
| pip install requests | pip install requests | ||
| pip install bravado | pip install bravado | ||
| pip install functools32 | pip install functools32 | ||
| + | pip install pytz # to use the timezone utility for local conversions | ||
| + | ===== Other Notes ===== | ||
| + | * EVE Swagger Interface (ESI) API [[https:// | ||
| + | * Bravado, a Python implementation of Swagger, [[http:// | ||
| + | * Live ESI [[https:// | ||
| + | * Tricks to access the EVE Online [[https:// | ||
| + | * Python '' | ||
| + | * Currently using [[http:// | ||
using_the_eve_online_apis.1484584448.txt.gz · Last modified: 2017/01/16 08:34 by jtkorb