{"id":18621615,"url":"https://github.com/kammradt/tibia-tools","last_synced_at":"2026-02-14T09:07:11.383Z","repository":{"id":43006586,"uuid":"275521869","full_name":"kammradt/tibia-tools","owner":"kammradt","description":":boom: A set of tools for tibia","archived":false,"fork":false,"pushed_at":"2022-03-25T16:00:38.000Z","size":5378,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T18:56:55.181Z","etag":null,"topics":["bot","coins","tibia","tools"],"latest_commit_sha":null,"homepage":"https://tibia-tools.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kammradt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-28T06:26:42.000Z","updated_at":"2022-03-25T16:00:42.000Z","dependencies_parsed_at":"2022-09-09T13:51:37.189Z","dependency_job_id":null,"html_url":"https://github.com/kammradt/tibia-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kammradt/tibia-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kammradt%2Ftibia-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kammradt%2Ftibia-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kammradt%2Ftibia-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kammradt%2Ftibia-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kammradt","download_url":"https://codeload.github.com/kammradt/tibia-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kammradt%2Ftibia-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29441161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: 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":["bot","coins","tibia","tools"],"created_at":"2024-11-07T04:12:56.196Z","updated_at":"2026-02-14T09:07:11.365Z","avatar_url":"https://github.com/kammradt.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1  align=\"center\"\u003eWelcome to Let's Tibia Tools :v: \u003c/h1\u003e\n\n\u003cdiv  align=\"center\"\u003e\n\t\u003cimg  src=\"./images/tibia_tools.gif\"  alt=\"Tibia Tools Logo\"  width=500\" /\u003e\n\u003c/div\u003e\n\n\u003cdiv  align=\"center\"\u003e\n\t\u003cimg  src=\"https://forthebadge.com/images/badges/built-with-love.svg\" /\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv  align=\"center\"\u003e\n\t\u003ca  href=\"https://github.com/kammradt/tibia-tools/stargazers\"\u003e\n\t\t\u003cimg  src=\"https://img.shields.io/github/stars/kammradt/tibia-tools.svg?style=for-the-badge\" /\u003e\n\t\u003c/a\u003e\n\u003c/div\u003e\n\n\n\n## Description 📝\n\n**Tibia Tools** is a study project aiming to create useful and fun stuff for tibia players while I try to improve my skills at software development.   \n\n\u003e [Tibia]([https://en.wikipedia.org/wiki/Tibia_(video_game)](https://en.wikipedia.org/wiki/Tibia_(video_game))) is a 1997 massively multiplayer online role-playing game (MMORPG) developed and published by CipSoft. It is one of the earliest and longest-running MMORPGs, with a popularity that peaked in 2007.\n\n \n## Goal 🗺️\n\u003e :construction: In progress\n\n### Web app\nThe content and features will probably be displayed using a website. I don't actually know how I will build it, but maybe I'll try some new Javascript framework such as Vue.js or React.  \n\n### API\nBe able to save user information is part of the customization wanted, so I imagine this being possible with an Api using something like Nest.js or another similar.\nI don't know exactly when, but maybe I also\twant to send notifications and have jobs running, so this can be the place (?)\n\n### Microservices\nThis is a unknown place for me that sounds interesting. I really wanted some public APIs for tibia but have not found much. Maybe will be interesting to make all feature available in public endpoints, so I can call them from my API and also provide them without the need of registration through the API.\n\n\n### Features :tada:\n\u003e :construction: In progress\n\n-  **Users**\n    - Account creation\n\n-  **Features**\n    - #### Coins Converter\n    \u003e Money is measured using coins. They have multiple types with different values. Manipulating and converting them will be useful.\n        \n    \u003cdetails\u003e\n     \u003csummary\u003eChangelog\u003c/summary\u003e\n     \u003cp\u003e\u003cb\u003e0.1\u003c/b\u003e - Just a simple single Vue component that does everything alone and without any API.\u003c/p\u003e\n    \u003c/details\u003e\n\n    ---\n\n    - #### Combat Resume\n    \u003e Character inflict damage through attacks, so having some detailed information from logs about it would be cool. (Mean, Max, Min, etc)\n\n    \u003cdetails\u003e\n     \u003csummary\u003eChangelog\u003c/summary\u003e\n     \u003cp\u003e\u003cb\u003e0.1\u003c/b\u003e - Just a simple single Vue component that does everything alone and without any API. I also want to support displaying all related names (such as monsters, PVPs names, etc).\u003c/p\u003e\n    \u003c/details\u003e\n\n    ---\n     \n    - #### Mining Resume\n    \u003e There is a mining system that allow players to gather resources. Statistics and a projection of results would be cool to understand how is the progress going.\n\n    \u003cdetails\u003e\n     \u003csummary\u003eChangelog\u003c/summary\u003e\n     \u003cp\u003e\u003cb\u003e0.1\u003c/b\u003e - Just a simple single Vue component that does everything alone and without any API. I also want to support custom date ranges. (currently just 1 hour and 24 hours)\u003c/p\u003e\n    \u003c/details\u003e\n\n    ---\n    \n    - #### Task Projection\n    \u003e Players can complete tasks by killing monsters. Based on logs, we can estimate the time necessary to complete a certain task.\n\n    \u003cdetails\u003e\n     \u003csummary\u003eChangelog\u003c/summary\u003e\n     \u003cp\u003e:construction:\u003c/p\u003e\n    \u003c/details\u003e\n\n    ---\n\n    - #### Backpack Information\n    \u003e Backpacks are used to carry itens, and there is a common practice to have multiple backpacks inside each other. Would be nice to know how much backpacks and slots you have based on a single one and it's weight.\n\n    \u003cdetails\u003e\n     \u003csummary\u003eChangelog\u003c/summary\u003e\n     \u003cp\u003e:construction:\u003c/p\u003e\n    \u003c/details\u003e\n\n    ---\n\n    - #### Loot Manager\n    \u003e Monsters can have loot inside it when killed. Based on IDs, we can easily create structured looting lists for a better organization. (Based on [this](http://www.zottesso.com.br/tibia))  \n\n    \u003cdetails\u003e\n     \u003csummary\u003eChangelog\u003c/summary\u003e\n     \u003cp\u003e:construction:\u003c/p\u003e\n    \u003c/details\u003e\n\n    ---\n\n    - #### Market Notifications\n    \u003e There is a market where player can sell and buy itens. Based on a wishlist, we can scrape this data from a website and send notifications to users that want a specific item.\n    \n    \u003cdetails\u003e\n     \u003csummary\u003eChangelog\u003c/summary\u003e\n     \u003cp\u003e:construction:\u003c/p\u003e\n    \u003c/details\u003e\n\n    ---\n\n## Roadmap :bar_chart:  \n\n\u003e :construction: In progress\n\n\n## Try it out :exclamation:\n\n\u003e :construction: In progress\n\n\n## Running locally :house:\n\n\u003e :construction: In progress\n\n\n## More info :globe_with_meridians:\n\n\u003e :construction: In progress\n\n\n## Author\n\n👤 **Vinicius Kammradt**\n\n\n* Website: https://kammradt.now.sh/\n* Twitter: [@kammzinho](https://twitter.com/kammzinho)\n* Github: [@kammradt](https://github.com/kammradt)\n* LinkedIn: [@vinicius-kammradt](https://linkedin.com/in/vinicius-kammradt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkammradt%2Ftibia-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkammradt%2Ftibia-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkammradt%2Ftibia-tools/lists"}