{"id":34060761,"url":"https://github.com/imjangkar/albibong","last_synced_at":"2026-04-05T01:34:42.390Z","repository":{"id":241438954,"uuid":"806882566","full_name":"imjangkar/albibong","owner":"imjangkar","description":"A cross-platform Albion Online damage, fame, and dungeon tracker","archived":false,"fork":false,"pushed_at":"2026-02-03T13:49:48.000Z","size":5309,"stargazers_count":13,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-04T03:54:24.879Z","etag":null,"topics":["albion","albion-damage-meter","albion-dps-meter","albion-online","albiononline","damage","dps-meter","dungeon","dungeon-tracker","game","game-albiononline","heal-meter","tracker"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/albibong/","language":"Python","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/imjangkar.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-28T05:07:53.000Z","updated_at":"2026-02-03T13:48:23.000Z","dependencies_parsed_at":"2024-06-17T13:52:09.443Z","dependency_job_id":"ca15b677-915b-4ff0-8521-2686bd23fdde","html_url":"https://github.com/imjangkar/albibong","commit_stats":null,"previous_names":["imjangkar/albibong"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/imjangkar/albibong","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjangkar%2Falbibong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjangkar%2Falbibong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjangkar%2Falbibong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjangkar%2Falbibong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imjangkar","download_url":"https://codeload.github.com/imjangkar/albibong/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjangkar%2Falbibong/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31421869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["albion","albion-damage-meter","albion-dps-meter","albion-online","albiononline","damage","dps-meter","dungeon","dungeon-tracker","game","game-albiononline","heal-meter","tracker"],"created_at":"2025-12-14T04:18:29.960Z","updated_at":"2026-04-05T01:34:42.384Z","avatar_url":"https://github.com/imjangkar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Albibong\n\n[![Discord](https://img.shields.io/discord/772406813438115891?logo=discord\u0026logoColor=7289da\u0026label=discord\u0026labelColor=1E2126\u0026color=7289da)](https://discord.gg/tHztGJ2QYT)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/albibong)](https://pypi.org/project/albibong/)\n[![PyPI - Version](https://img.shields.io/pypi/v/albibong?label=pypi%20version)](https://pypi.org/project/albibong/)\n\n### Optimized for Mac\n\n❗️ Untested in Windows and Linux, I don't have those machines :( ❗️\n\n## 🎯 Features\n\n1. Damage (and Heal) Meter\n   ![Damage (and Heal) Meter](readme_screenshots/damage_meter.png)\n   - Pause and Resume damage and heal logging\n   - Copy damage rank to clipboard\n   - Reset damage, heal, and player stats\n2. Dungeon Tracker\n   ![Dungeon Tracker](readme_screenshots/dungeon_tracker.png)\n   - Automatically track dungeon name, fame gained, silver gained, respec points gained, start time, dungeon duration and dps meter snapshot.\n   - Change recorded dungeon name\n   - Add dungeon tier/level\n   - Filter dungeon by dungeon types\n3. Farming Tracker\n   ![Farming Tracker](readme_screenshots/farming_tracker.png)\n   - Automatically track harvested crops and animals in an island\n   - See farming recap of a specific day\n\n## How to Install\n\n### Prerequisites\n\n- You need Python 3.10 and above\n- Ability to type or copy paste in your computer's Terminal or Command Line\n\n### 🔰 Casual Users\n\n1. Install Albibong through pip\n\n```\npip install albibong\n```\n\n### 👨‍💻 Devs\n\n**It is recommended to use virtualenv**\n\n1. Install the Backend inside `src/albibong`\n\n```\ncd src \u0026\u0026 pip install -r albibong/requirements.txt\n```\n\n2. Install the Frontend inside `gui`\n\n```\ncd gui \u0026\u0026 npm install\n```\n\n## How to Run The Program\n\n### ‼️ Important Note ‼️\n\n- For better party member detection, turn on Albibong first before joining a party. If you are already in a party, you can leave the party then join again.\n\n- You need to change location (zone to another map) to initialize your character\n  - Character Not Yet Initialized\n    ![Character Not Yet Initialized](readme_screenshots/not_initialized.png)\n  - Successfully Initialized Character\n    ![Successfully Initialized Character](readme_screenshots/initialized.png)\n\n### 🔰 Casual Users\n\n1. Run Albibong by typing `albibong` on your terminal\n\n```\nalbibong\n```\n\n2. A window will pop out and you're good to go!\n\n**Can't run the program?** Refer to [FAQ](#-faq)\n\n### 👨‍💻 Devs\n\n1. Clone this repository\n\n2. Run the Backend inside `src`\n\n```\ncd src \u0026\u0026 python -m albibong\n```\n\n3. Run the Frontend inside `gui`\n\n```\ncd gui \u0026\u0026 npm run dev\n```\n\n4. You can now access the GUI by going to http://localhost:5173/\n5. See logs and saved dungeon data on `~/Albibong/`\n\n## ❓ FAQ\n\n### _\"I can't run Albibong by typing Albibong\"_\n\n#### Common Mac Problems\n\nIf you encounter this problem\n\n```\nscapy.error.Scapy_Exception: Permission denied: could not open /dev/bpf0. Make sure to be running Scapy as root ! (sudo)\n```\n\nUse `sudo albibong` to start Albibong.\n\n#### Common Windows Problems\n\nIf you encounter this problem\n\n```\n'albibong' is not recognized as an internal or external command, operable program or batch file.\n```\n\nAdd PIP package to path by following this guide https://youtu.be/9_WyyV_66rU?si=0shXXv59MBeQBHiH\n\n### _\"Can I use the tool with ExitLag, 1.1.1.1 or VPN?\"_\n\nNo, this is not possible. If Albion is blocked in your country, I suggest to add Albion's servers to your hosts file.\n\n## 🤝🏼 Credits\n\n- Event and Operation Codes based on [AlbionOnline-StatisticsAnalysis](https://github.com/Triky313/AlbionOnline-StatisticsAnalysis) with modifications\n- Map and Item Codes based on [ao-bin-dumps](https://github.com/ao-data/ao-bin-dumps) with modifications\n- Use of [photon-packet-parser](https://github.com/santiac89/photon-packet-parser) with modifications\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjangkar%2Falbibong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimjangkar%2Falbibong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjangkar%2Falbibong/lists"}