Giter Site home page Giter Site logo

reesewang / eve-market-tools Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 144 KB

Some command-line scripts which analyse EVE Online in-game market data and find the most profitable actions.

License: GNU General Public License v3.0

Python 99.40% Shell 0.60%

eve-market-tools's Introduction

eve-market-tools

Some command-line scripts which analyse EVE Online in-game market data and find the most profitable actions.

Usage:

  1. Login at https://developers.eveonline.com/ and create an application to get your developer client ID and secret key. You may have to have used a payment method other than PLEX with CCP to create an application. I will consider adding an option to not to use authentication, but in that case the functionality will be limited, such as not able to know which solar system an order is located in and whether you have access to it if it's in a player structure (citadel), not able to add waypoint and open market detail window automatically.
  2. Clone or download the repository.
  3. Create secret.py in the project folder with following content:
clientID = 'your-client-id'
secretKey = 'your-secret-key'

# Make your application callback URL setting on the dev site identical to this, you can change both if you want.
callbackUrl = 'https://localhost/copy-following-string'
scopes = ['esi-ui.write_waypoint.v1',
          'esi-markets.read_character_orders.v1',
          'esi-location.read_location.v1',
          'esi-ui.open_window.v1',
          'esi-location.read_online.v1',
          'esi-universe.read_structures.v1'
          ]
  1. Run ./download-sde-database-sqlite.sh to download a SQLite convertion of EVE static data export.
  2. Run ./find-haul-route.sh. You will be asked to copy-paste something to and from your browser. Then just follow the prompt. Current implementation is pretty stupid. You can't expect too much about a project that was born yestoday after all. But it will improve over time.

eve-market-tools's People

Contributors

reesewang avatar

Watchers

 avatar  avatar

eve-market-tools's Issues

Missing secret definition

% python3 esiauth.py
Traceback (most recent call last):
File "esiauth.py", line 5, in
import secret
ModuleNotFoundError: No module named 'secret'

Where exactly is this defined?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.