{"id":27182955,"url":"https://github.com/kzon94/eve-marketer-v2","last_synced_at":"2026-05-02T04:32:28.554Z","repository":{"id":284947306,"uuid":"956584574","full_name":"kzon94/eve-marketer-v2","owner":"kzon94","description":"🚀 Data extraction tool for the EVE Online ESI API. Generates a clean and structured CSV file with price history and trends, and provides visual insights through interactive graphs.","archived":false,"fork":false,"pushed_at":"2025-03-28T15:22:01.000Z","size":406,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T15:22:22.879Z","etag":null,"topics":["api-server","chart-library","colab-notebook","esi-api","eve-online","jupiter-notebook","market-data","python","scraper"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kzon94.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-28T13:59:49.000Z","updated_at":"2025-03-28T15:22:05.000Z","dependencies_parsed_at":"2025-03-29T01:30:29.235Z","dependency_job_id":null,"html_url":"https://github.com/kzon94/eve-marketer-v2","commit_stats":null,"previous_names":["kzon94/eve-marketer-v2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzon94%2Feve-marketer-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzon94%2Feve-marketer-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzon94%2Feve-marketer-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzon94%2Feve-marketer-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kzon94","download_url":"https://codeload.github.com/kzon94/eve-marketer-v2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248059313,"owners_count":21040918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-server","chart-library","colab-notebook","esi-api","eve-online","jupiter-notebook","market-data","python","scraper"],"created_at":"2025-04-09T15:39:50.348Z","updated_at":"2026-05-02T04:32:28.507Z","avatar_url":"https://github.com/kzon94.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 EVE Marketer v2\n\n![EVE Marketer Logo](eve.jpg)\n\n**Advanced Market Analysis Tool for EVE Online**  \n*Built for Google Colab. Designed for industrialists and traders.*\n\n---\n\n## 📈 Project Goal\n\nEVE Marketer v2 is a Python-based tool designed for use in **Google Colab**. It allows capsuleers to:\n\n- 🔎 Query **market prices** in **Jita 4-4**\n- 📊 Analyze **historical buy trends** over the past **7 and 31 days**\n- 📉 Calculate **percentage price changes**\n- 🧮 Compare profitability of selling raw materials vs. manufacturing\n\n\u003e 🧪 **Note:** Jita 4-4 is currently used as the default trade hub for testing, as it's my primary buying/selling location.  \n\u003e ⚙️ Future versions will support **Amarr, Dodixie, Rens, Hek**, and other hubs.\n\n---\n\n## 🧩 How It Works\n\n1. **Input**  \n   Upload the file [`materials_id_classified.csv`](https://github.com/kzon94/eve-marketer-v2), which includes:\n\n   - `type_id` — EVE Online's item ID  \n   - `name` — Item name  \n   - `material_type` — Category (Ore, Gas, Ice...)  \n   - `tier` — Tier classification (T1–T7)\n\n   \u003ca href=\"https://imgbb.com/\"\u003e\u003cimg src=\"https://i.ibb.co/20sntMGx/materials-id-classified.png\" alt=\"materials-id-classified\" border=\"0\"\u003e\u003c/a\u003e\n\n   \u003e 🧠 **Data source**: Special thanks to [Adam4EVE.eu](https://www.adam4eve.eu/info_types.php) — a fantastic resource whose data helped build the base classification list.\n\n2. **API Query**  \n   The script calls the **ESI API** to retrieve:\n\n   - Current buy/sell prices at Jita 4-4\n   - Max historical buy prices (7d \u0026 31d)\n   - % price change over time\n\n3. **Output**  \n   Generates a ready-to-use CSV file:\n\n   ```\n   mining_market_jita_v3.csv\n   ```\n\n   \u003ca href=\"https://ibb.co/3ytPsvfP\"\u003e\u003cimg src=\"https://i.ibb.co/pvCkPQWk/mining-market-jita-v3.png\" alt=\"mining-market-jita-v3\" border=\"0\"\u003e\u003c/a\u003e\n  \n   - Uses `;` as the delimiter and `,` as the decimal symbol\n   - Compatible with Excel, Google Sheets, and other spreadsheet tools\n\n---\n\n## 📊 Market Visualizer\n\nOnce the CSV is generated, you can run the **graph generator notebook** to visualize the data:\n\n- 📉 **Bar chart**: Current buy prices by tier/material type  \n  \u003ca href=\"https://ibb.co/hJYyXYJz\"\u003e\u003cimg src=\"https://i.ibb.co/39R7fR9Z/chart1.png\" alt=\"chart1\" border=\"0\"\u003e\u003c/a\u003e\n\n- 📈 **Logarithmic line chart**: Price evolution over time (31d, 7d, Now)  \n  \u003ca href=\"https://ibb.co/yFKdCXNp\"\u003e\u003cimg src=\"https://i.ibb.co/s9cb42gC/chart2.png\" alt=\"chart2\" border=\"0\"\u003e\u003c/a\u003e\n\n*Still working on logarithmic chart :(*\n\n📸 Both graphs are exported as **one downloadable image** automatically.\n\n\n---\n\n## ⚙️ Setup \u0026 Requirements\n\nDesigned to run entirely in **Google Colab**. No local setup required.\n\nInstall `jedi` to enable smart notebook functionality:\n```python\n!pip install jedi\n```\n\n\u003e ⚠️ Yes, just **jedi**.  \n\u003e You don't need the whole Jedi Council to analyze the market.\n\n---\n\n## 🧠 Features\n\n- ✅ Jita 4-4 market scraping (buy \u0026 sell)\n- ✅ Historical max buy (7d, 31d)\n- ✅ Price delta calculation\n- ✅ Multithreaded queries\n- ✅ Comma-based decimals for Excel compatibility\n- ✅ Colab-ready graphing tool\n- ✅ Auto-download of CSV and graph image\n\n---\n\n## 🔮 Next Goals\n\n- 🔁 Support **all major trade hubs**\n- 💰 PI production profitability calculator\n- ⚙️ ESI authentication for increased API limits\n- 📦 Manufacturing cost analysis\n\n---\n\n## 🛡 Disclaimer\n\n**This project is not affiliated with CCP Games.**  \nIt’s a personal tool for data-driven market decisions.\n\nMIT License © [kzon94](https://github.com/kzon94)\n\n---\n\n💬 *Fly safe. Mine rich. Sell smart.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzon94%2Feve-marketer-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkzon94%2Feve-marketer-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzon94%2Feve-marketer-v2/lists"}