{ "info": { "author": "Galarzaa90", "author_email": "allan.galarza@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Programming Language :: SQL", "Topic :: Database", "Topic :: Games/Entertainment :: Role-Playing", "Topic :: Internet", "Topic :: Utilities" ], "description": "# tibiawiki-sql \n\nScript that generates a sqlite database for the MMO Tibia.\n\nInspired in [Mytherin's Tibiaylzer](https://github.com/Mytherin/Tibialyzer) TibiaWiki parsing script.\n\nThis script fetches data from TibiaWiki via its API, compared to relying on [database dumps](http://tibia.fandom.com/wiki/Special:Statistics)\nthat are not updated as frequently. By using the API, the data obtained is always fresh.\n\nThis script is not intended to be running constantly, it is meant to be run once, generate a sqlite database and use it \nexternally.\n\n\n[![Build Status](https://travis-ci.org/Galarzaa90/tibiawiki-sql.svg?branch=master)](https://travis-ci.org/Galarzaa90/tibiawiki-sql)\n[![GitHub (pre-)release](https://img.shields.io/github/release/Galarzaa90/tibiawiki-sql/all.svg)](https://github.com/Galarzaa90/tibiawiki-sql/releases)\n[![PyPI](https://img.shields.io/pypi/v/tibiawikisql.svg)](https://pypi.python.org/pypi/tibiawikisql/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tibiawikisql.svg)\n![PyPI - License](https://img.shields.io/pypi/l/tibiawikisql.svg)\n\n## Requirements\n* Python 3.6 or higher\n * **requests** module\n * **click** module\n * **colorama** module\n\n## Installation\nThis module can be installed from PyPi using:\n\n```sh\npip install tibiawikisql\n```\n\nOnce installed, you can run the command anywhere using: \n\n```sh\npython -m tibiawikisql generate\n```\n\nOR\n\n```sh\ntibiawikisql\n```\n\n\nThe process can be long, taking up to 20 minutes the first time. All images are saved to the `images` folder. On \nsubsequent runs, images will be read from disk instead of being fetched from TibiaWiki again.\n\nWhen done, a database file called `tibiawiki.db` will be found on the folder.\n\n## Database contents\n* Achievements\n* Charms\n* Creatures\n* Creature drop statistics\n* Houses\n* Imbuements\n* Items\n* Mounts\n* NPCs\n* NPC offers\n* Quests\n* Spells\n* Worlds\n\n## Documentation\nCheck out the [documentation page](https://galarzaa90.github.io/tibiawiki-sql/).\n\n\n## Contributing\nImprovements and bug fixes are welcome, via pull requests \nFor questions, suggestions and bug reports, submit an issue.\n\nThe best way to contribute to this project is by contributing to [TibiaWiki](https://tibia.fandom.com).\n\n![image](https://vignette.wikia.nocookie.net/tibia/images/d/d9/Tibiawiki_Small.gif/revision/latest?cb=20150129101832&path-prefix=en)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Galarzaa90/tibiawiki-sql", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "tibiawikisql", "package_url": "https://pypi.org/project/tibiawikisql/", "platform": "", "project_url": "https://pypi.org/project/tibiawikisql/", "project_urls": { "Homepage": "https://github.com/Galarzaa90/tibiawiki-sql" }, "release_url": "https://pypi.org/project/tibiawikisql/3.0.1/", "requires_dist": [ "requests", "click", "colorama", "Sphinx (==1.7.9) ; extra == 'docs'" ], "requires_python": "", "summary": "Python script that generates a SQLite database from TibiaWiki articles", "version": "3.0.1" }, "last_serial": 5280195, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "e2d3d0a3bf2bbf0feb718de5d17ffd8e", "sha256": "6b278b274cc6d9e3f3d5c389dafc9715f8e8a1b91be2ecb384cbedf10b63420a" }, "downloads": -1, "filename": "tibiawikisql-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e2d3d0a3bf2bbf0feb718de5d17ffd8e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39024, "upload_time": "2018-07-02T06:28:27", "url": "https://files.pythonhosted.org/packages/33/0d/a85f713059d20e43fb01577c55610f514460ec63a4e0e7c913c0346f047d/tibiawikisql-1.0.0-py3-none-any.whl" } ], "1.0.0a0": [ { "comment_text": "", "digests": { "md5": "4a7969593b6ec3a24f54f741fd71b910", "sha256": "bfce3a03295f6e874cc362cf0453e91951d6832c1bf8dc8bae63918ee7fd92e2" }, "downloads": -1, "filename": "tibiawikisql-1.0.0a0.tar.gz", "has_sig": false, "md5_digest": "4a7969593b6ec3a24f54f741fd71b910", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31890, "upload_time": "2018-03-14T06:52:25", "url": "https://files.pythonhosted.org/packages/83/1a/c522ea41a7d47ec1654ae646b717d2711c2ee6e3940dd86646f5463cc601/tibiawikisql-1.0.0a0.tar.gz" } ], "1.0.0a2": [ { "comment_text": "", "digests": { "md5": "542206e138b3081bd7506aef39e2b2e1", "sha256": "b685973bb8908e02f97357191d223dbc7ac9bebd370a1718ec887c4b16f15c28" }, "downloads": -1, "filename": "tibiawikisql-1.0.0a2.tar.gz", "has_sig": false, "md5_digest": "542206e138b3081bd7506aef39e2b2e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30438, "upload_time": "2018-04-17T16:23:23", "url": "https://files.pythonhosted.org/packages/bd/a5/30a7ee614d2f3b68189c176f63b9a3c757185bbe9051bb618690476ec27e/tibiawikisql-1.0.0a2.tar.gz" } ], "1.0.0a3": [ { "comment_text": "", "digests": { "md5": "caa9b45eacbf3600dc82331a023d8c2b", "sha256": "db0ae707842da87e55a0aab118c0896cc921225679ae0c0912bf3e9719a6f5ac" }, "downloads": -1, "filename": "tibiawikisql-1.0.0a3.tar.gz", "has_sig": false, "md5_digest": "caa9b45eacbf3600dc82331a023d8c2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30445, "upload_time": "2018-04-17T16:33:38", "url": "https://files.pythonhosted.org/packages/40/f5/f6ecf20af05abaf88ad2e9871641a31e01846be55d5c10dce2a94a7f355e/tibiawikisql-1.0.0a3.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a7718fda3a294bfd7dfe6e6b2daa33e3", "sha256": "5370cbcf8f1527a764a9a904f663b0401543068887de80bc4550c60840a10273" }, "downloads": -1, "filename": "tibiawikisql-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a7718fda3a294bfd7dfe6e6b2daa33e3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 37011, "upload_time": "2018-07-02T15:34:31", "url": "https://files.pythonhosted.org/packages/61/b5/ada27306ba52c1990b5829a09f2c658667c0b1906543b819fd2f44d728a7/tibiawikisql-1.0.1-py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "1765d86998c4213d62c4b593beafdaed", "sha256": "1954c4aead98f8a3e6b5c1296664867453e03ddba0fe074256414b839bf99061" }, "downloads": -1, "filename": "tibiawikisql-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1765d86998c4213d62c4b593beafdaed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 37453, "upload_time": "2018-09-22T17:06:59", "url": "https://files.pythonhosted.org/packages/84/bb/ba69133109faadfd17661aa4d3cc2fc4754787eb6c9739411226980bba67/tibiawikisql-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00d5a6b4a9af669648b0e26f3e249e4a", "sha256": "75a390723d8c9a50c8235b498df97453d0ecd76c76d6bd77b19a9573d767f2fc" }, "downloads": -1, "filename": "tibiawikisql-1.1.0.tar.gz", "has_sig": false, "md5_digest": "00d5a6b4a9af669648b0e26f3e249e4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34980, "upload_time": "2018-09-22T17:07:01", "url": "https://files.pythonhosted.org/packages/77/b8/022f795f128ffa75759e61d1c694d181ace2d36a02827bdcf76152c10dd9/tibiawikisql-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "086ed47fb3ed02c571099f98626909da", "sha256": "ad8f776432ccb7bdf6beb970d106cd2349fb4036c4477a38bdd57efc49dff3b6" }, "downloads": -1, "filename": "tibiawikisql-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "086ed47fb3ed02c571099f98626909da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 37407, "upload_time": "2018-09-23T23:14:33", "url": "https://files.pythonhosted.org/packages/0f/11/3166878391a27e8a69732b05dba919f8e3057303b4dbf7bc33e6b54f70c6/tibiawikisql-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e57ba3630eb40e889d0a95e3fa7a99e", "sha256": "d9078d61e55773c549b2a078ed4f7a7e61375174cde3c3864a29c400211d63cb" }, "downloads": -1, "filename": "tibiawikisql-1.1.1.tar.gz", "has_sig": false, "md5_digest": "4e57ba3630eb40e889d0a95e3fa7a99e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33550, "upload_time": "2018-09-23T23:14:34", "url": "https://files.pythonhosted.org/packages/02/e9/114fe581a0fc7ceaaca9836ffa76411743dcc8f160d5d287b7e90f492995/tibiawikisql-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "aff443db2682db91f7bb9a1203ea2f3d", "sha256": "59b6ba672a2303145551594e0c94c49b2d21c235ec42eff000cfc041958d1a64" }, "downloads": -1, "filename": "tibiawikisql-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "aff443db2682db91f7bb9a1203ea2f3d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 40213, "upload_time": "2018-10-16T21:32:02", "url": "https://files.pythonhosted.org/packages/6c/21/a551cc800836331e0e3f15c3aeb74460b4d3e664555bf9351dc93ba9ac3c/tibiawikisql-1.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09004b3a34c9da5c8ffdd98844d60972", "sha256": "5efec4e79a0003076d4d20ee54278c96210e5ce295eeef3878d3d6e37df71243" }, "downloads": -1, "filename": "tibiawikisql-1.2.0.tar.gz", "has_sig": false, "md5_digest": "09004b3a34c9da5c8ffdd98844d60972", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36916, "upload_time": "2018-10-16T21:32:03", "url": "https://files.pythonhosted.org/packages/fd/cc/47031738155d7cda7b81a704f95e58b4dd24b4dccbc13b9a1da9b1a40eed/tibiawikisql-1.2.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "24db538eb48b44167765a508fe382f69", "sha256": "539103f1e460b62575f3faf430eab49c90b882c1175dfed7f95c2db97bb44919" }, "downloads": -1, "filename": "tibiawikisql-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "24db538eb48b44167765a508fe382f69", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 47714, "upload_time": "2018-11-22T18:28:36", "url": "https://files.pythonhosted.org/packages/e0/7f/71da89e5c9248225009a9d42299bf5ffcced6dce580be92e669f13f5cfb4/tibiawikisql-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07dfa6da9fe163172b768483685953e2", "sha256": "9e0b02b58454f5d46d682dcf2878ae5f191489a19714eab852036c33ddf3a314" }, "downloads": -1, "filename": "tibiawikisql-2.0.0.tar.gz", "has_sig": false, "md5_digest": "07dfa6da9fe163172b768483685953e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35102, "upload_time": "2018-11-22T18:28:38", "url": "https://files.pythonhosted.org/packages/9d/de/b9c0225299008aeb69e84b631e5965945d44138c32ae9ed37214f0ba165f/tibiawikisql-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "61c91b4a46345b8391b8d98d1eeeb1c2", "sha256": "0dbb5ee85a426dcc886f1e8a3f1a48c278f0f1ce95c1613275451e8f18ba5cd7" }, "downloads": -1, "filename": "tibiawikisql-2.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "61c91b4a46345b8391b8d98d1eeeb1c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 47717, "upload_time": "2018-11-26T17:34:56", "url": "https://files.pythonhosted.org/packages/6f/e9/2231073bf9dbef621de35ef73955741aa9fe5d5e4c771ce00709ca36b5c6/tibiawikisql-2.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83857e8530341f1c73297d298c3ab5b2", "sha256": "4e95ed06c361eae05067643efe7b5f280d8b689d14deb7fd71a3f40a512fd6ab" }, "downloads": -1, "filename": "tibiawikisql-2.0.1.tar.gz", "has_sig": false, "md5_digest": "83857e8530341f1c73297d298c3ab5b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35140, "upload_time": "2018-11-26T17:34:58", "url": "https://files.pythonhosted.org/packages/7a/6d/8eed1b7851435897219f5426aa492b8ab67235cdd4307c8300190fa04e2f/tibiawikisql-2.0.1.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "438be6edd332ffed440121b9d6d5abc8", "sha256": "b390f98159e94f1374127d8ae41325d40b1b568a56826652466255c09d42dbb8" }, "downloads": -1, "filename": "tibiawikisql-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "438be6edd332ffed440121b9d6d5abc8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 50446, "upload_time": "2019-03-19T16:58:51", "url": "https://files.pythonhosted.org/packages/de/f2/a70b3bfc3ab6ff261d3385ccf173f0292e93f7d3a4f683e1cd4f5ffa4a18/tibiawikisql-2.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c34f842189d88aa6e371b94e3fcb42f6", "sha256": "340f3476a67b823716636815679a657d18a162f25863eb0825169a15b6d0648a" }, "downloads": -1, "filename": "tibiawikisql-2.1.0.tar.gz", "has_sig": false, "md5_digest": "c34f842189d88aa6e371b94e3fcb42f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37276, "upload_time": "2019-03-19T16:58:53", "url": "https://files.pythonhosted.org/packages/a8/1e/75720bb3d5e7c9894696a265e22011416d67f70f7ab245d0d0d2e4bc9994/tibiawikisql-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "f96c6f5a982fdf0354522f8b34dd4587", "sha256": "63c55e45a5835a2b0d38be3b4479742db4a90638142e543d95f6c75d4924ab2b" }, "downloads": -1, "filename": "tibiawikisql-2.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f96c6f5a982fdf0354522f8b34dd4587", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 50135, "upload_time": "2019-03-25T16:13:34", "url": "https://files.pythonhosted.org/packages/ae/79/03d91a24430463883505a5f6258fb9b265fe2d610b084480af45d3fe0c0c/tibiawikisql-2.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "78213b499ac310af4983dc2b0f5c2320", "sha256": "1b9348935529d82c9d4fde2de6c33c0d7d10b47a53233a96676b4ef24314d9ec" }, "downloads": -1, "filename": "tibiawikisql-2.1.1.tar.gz", "has_sig": false, "md5_digest": "78213b499ac310af4983dc2b0f5c2320", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36337, "upload_time": "2019-03-25T16:13:36", "url": "https://files.pythonhosted.org/packages/ca/80/e2245e7f025c38d4934b9d49da45ae92b62d84f1377fed9ebc02562b4d7e/tibiawikisql-2.1.1.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "89064240627e8cbb099293f40c23955a", "sha256": "51fd6f0bde081a7f85364ffee817c09febbae05246ccc2966f68e00205dbb0fa" }, "downloads": -1, "filename": "tibiawikisql-2.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "89064240627e8cbb099293f40c23955a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 51760, "upload_time": "2019-05-03T22:14:44", "url": "https://files.pythonhosted.org/packages/87/90/cf08239716be76de4058234ff2d4ba1a9522741bef3ed4be74d92a1df387/tibiawikisql-2.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dfb9b73d4470d05621f771da92671e89", "sha256": "883b81b479ca7666027a1510f622193efef8f5ee5b14c230d25a903ec26c7c0d" }, "downloads": -1, "filename": "tibiawikisql-2.2.0.tar.gz", "has_sig": false, "md5_digest": "dfb9b73d4470d05621f771da92671e89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37193, "upload_time": "2019-05-03T22:14:46", "url": "https://files.pythonhosted.org/packages/50/48/0008ad34c3fbed7294bbc23e9418272ea6912468e683df494fe7716f82e9/tibiawikisql-2.2.0.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "d1943efe77909f8bfd5073c88c6788b5", "sha256": "c95c32d47b2bb6e7075b7aa3f7d761099320f613891c6d9637af20a3f8c59e94" }, "downloads": -1, "filename": "tibiawikisql-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d1943efe77909f8bfd5073c88c6788b5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 53713, "upload_time": "2019-05-15T22:48:24", "url": "https://files.pythonhosted.org/packages/10/07/05c6b063470e7e706938f0628695a99d21775fe6c898816e2343e420aca8/tibiawikisql-3.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b79f07bb26ddd92ec3f3892df9d0ed2", "sha256": "177f5dc288ca149d4e21ac92f5487d540bb53eeff906ebf3070cfea006e91826" }, "downloads": -1, "filename": "tibiawikisql-3.0.0.tar.gz", "has_sig": false, "md5_digest": "7b79f07bb26ddd92ec3f3892df9d0ed2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38920, "upload_time": "2019-05-15T22:48:26", "url": "https://files.pythonhosted.org/packages/c6/11/e800acfc006078efbb3198f08edf8613e26c5a56ac891a0129722137293b/tibiawikisql-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "44cb597c84b56110b35518d54cb9e80a", "sha256": "697a9ddac7819a2180fe66173bf2417c84e9c1ecaee2cc0e47b37dc2e9baaac2" }, "downloads": -1, "filename": "tibiawikisql-3.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "44cb597c84b56110b35518d54cb9e80a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 54045, "upload_time": "2019-05-17T02:58:17", "url": "https://files.pythonhosted.org/packages/94/93/f54e9c8fb181fa6de18f3de2f24a8699f9d218d5d973d01c77047c4e4239/tibiawikisql-3.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "007dafd33a730ac633cee6ab4d641047", "sha256": "792fc90a6803292f160a93c8a21849b01e0335f671b822d6e3de379260b8a9be" }, "downloads": -1, "filename": "tibiawikisql-3.0.1.tar.gz", "has_sig": false, "md5_digest": "007dafd33a730ac633cee6ab4d641047", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40075, "upload_time": "2019-05-17T02:58:19", "url": "https://files.pythonhosted.org/packages/d6/3f/5b8226db58e432620caecd2639642c84d6e6e92875f897bbbcd2614ad2d2/tibiawikisql-3.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44cb597c84b56110b35518d54cb9e80a", "sha256": "697a9ddac7819a2180fe66173bf2417c84e9c1ecaee2cc0e47b37dc2e9baaac2" }, "downloads": -1, "filename": "tibiawikisql-3.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "44cb597c84b56110b35518d54cb9e80a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 54045, "upload_time": "2019-05-17T02:58:17", "url": "https://files.pythonhosted.org/packages/94/93/f54e9c8fb181fa6de18f3de2f24a8699f9d218d5d973d01c77047c4e4239/tibiawikisql-3.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "007dafd33a730ac633cee6ab4d641047", "sha256": "792fc90a6803292f160a93c8a21849b01e0335f671b822d6e3de379260b8a9be" }, "downloads": -1, "filename": "tibiawikisql-3.0.1.tar.gz", "has_sig": false, "md5_digest": "007dafd33a730ac633cee6ab4d641047", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40075, "upload_time": "2019-05-17T02:58:19", "url": "https://files.pythonhosted.org/packages/d6/3f/5b8226db58e432620caecd2639642c84d6e6e92875f897bbbcd2614ad2d2/tibiawikisql-3.0.1.tar.gz" } ] }