All Projects → stephenswat → eve-abyssal-market

stephenswat / eve-abyssal-market

Licence: MIT license
An abyssal module marketplace for EVE Online.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to eve-abyssal-market

lmeve
LMeve - industry manager and contribution tracker for EVE Online
Stars: ✭ 52 (+147.62%)
Mutual labels:  eve-online
Element43
Market, Trade and Industry Manager for EVE Online
Stars: ✭ 72 (+242.86%)
Mutual labels:  eve-online
Sanderling
APIs and libraries to read information directly from the EVE Online game client.
Stars: ✭ 169 (+704.76%)
Mutual labels:  eve-online
evevision
EVE Online Extended UI
Stars: ✭ 124 (+490.48%)
Mutual labels:  eve-online
Eve Character Showroom
An EVE Online API based web app that shows users their characters skill and the ships they can fly. This is the open source core for evesp.com and the now-offline eve-sheet.com.
Stars: ✭ 10 (-52.38%)
Mutual labels:  eve-online
Pyfa
Python fitting assistant, cross-platform fitting tool for EVE Online
Stars: ✭ 1,204 (+5633.33%)
Mutual labels:  eve-online
goesi
Go client for EVE Online ESI and SSO using versioned endpoints
Stars: ✭ 59 (+180.95%)
Mutual labels:  eve-online
Z S Overview Pack
Overview Pack for EVE Online
Stars: ✭ 247 (+1076.19%)
Mutual labels:  eve-online
Br
ESI fork of evf's brcat
Stars: ✭ 14 (-33.33%)
Mutual labels:  eve-online
New Eden Social
🌌 New Eden Social 🚀
Stars: ✭ 136 (+547.62%)
Mutual labels:  eve-online
Pathfinder
Mapping tool for EVE ONLINE
Stars: ✭ 308 (+1366.67%)
Mutual labels:  eve-online
Eve Live
EVELive provides real-time pricing data for the MMORPG EVE Online
Stars: ✭ 8 (-61.9%)
Mutual labels:  eve-online
Allianceauth
An auth system for EVE Online to help in-game organizations manage online service access.
Stars: ✭ 133 (+533.33%)
Mutual labels:  eve-online
eve-overview
EVE Online Overview Generator
Stars: ✭ 60 (+185.71%)
Mutual labels:  eve-online
Esi Issues
Issue tracking and feature requests for ESI
Stars: ✭ 176 (+738.1%)
Mutual labels:  eve-online
localthreat
Paste the transcript or members from chat to get a report of affiliations and PvP stats.
Stars: ✭ 21 (+0%)
Mutual labels:  eve-online
Osmium
Online collaborative fitting tool.
Stars: ✭ 74 (+252.38%)
Mutual labels:  eve-online
evedata
EVE Data Website
Stars: ✭ 25 (+19.05%)
Mutual labels:  eve-online
Zkillboard
Easy does it
Stars: ✭ 212 (+909.52%)
Mutual labels:  eve-online
Gesi
Google Sheets ESI Add-on
Stars: ✭ 135 (+542.86%)
Mutual labels:  eve-online

Abyssal Market

This is the source code behind https://mutaplasmid.space/. It's a website that allows users to browse, appraise and buy abyssal modules that are available on the contract market.

There are no tests, there is no CI, there is no quality control, there is no documentation, there is only pain and suffering here. Run this software at your own risk.

Installation

  1. Install the requirements: poetry install.
  2. Configure the settings by copying abyssal_markets/settings/local.template.py to abyssal_markets/settings/local.py and configure it as any other Django project.
  3. Run all migrations: poetry run python manage.py migrate.
  4. Run a web server (poetry run python manage.py runserver) and a Huey consumer (poetry run python manage.py run_huey -w 4) at the same time.

Contributing

You can either make a pull request or submit an issue. Any contribution is appreciated, even if it's just a feature request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].