Skip to content

1t-Ju5t-eX1st5/northland-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final-year project for polytechnic Early Admission Exercise

What is this?

A simple portfolio website that I've created by following the following guide: https://youtu.be/dam0GPOAvVI

It also has some basic capabilities to communicate with the EVE Online API service (EVE Swagger Interface - ESI)

Current capabilities:

  • Displaying character and corporation wallet

TODO

  • Implement a mechanic to present transactional data as graphs and charts
  • Add another page to see corporation and personal contracts

How to run the project locally?

  1. Clone the repository on your system
gh repo clone 1t-Ju5t-eX1st5/northland-core
  1. Install requirements on your system
pip install -r requirements.txt
  1. Go to https://developers.eveonline.com

  2. Login and go to manage applications

  3. Create a new application

  4. Fill all the fields

  5. Open up config.json and edit the keys inside

{
    "application": {
        "app_key": "YOUR_SECRET_KEY",
        "client_id": "YOUR_CLIENT_ID",
        "callback": "YOUR_CALLBACK_URL",
        "headers": {"User-Agent": "YOUR_HEADER"}
    }
}
  1. Run the following command in the command prompt
python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published