using_the_eve_online_apis
Table of Contents
Using the EVE Online API
Under construction!
Useful Documentation and Necessary Websites
Additions to Web2Py to Support Access to the EVE Online API
- Add a Web2Py OAuth module to the models directory (alphabetically after db.py). Details coming soon (faster, if you let me know you're interested).
- For convenience, add
~/python/bin
to path (in, for example,.bash_profile
). - Install additional Python modules needed by Web2Py to support the EVE Online API (be sure to install using pip in virtualenv):
source python/bin/activate pip install requests pip install bravado # some effort to fully install; needed to --force-reinstall pip install functools32 # should have been installed automatically with bravado pip install pytz # to use the timezone utility for local conversions
Other Notes
- EVE Swagger Interface (ESI) API announcement and blog post
- Bravado, a Python implementation of Swagger, documentation
- Live ESI documentation
- Tricks to access the EVE Online wallet
- Python
requests
module documentation - Currently using tablesorter to create sortable HTML tables.
using_the_eve_online_apis.txt · Last modified: 2019/05/10 07:08 by jtkorb