This is a search gadget for Tree of Savior game.
- Support Chinese(zh-tw) / English
- Support typeahead(autocomplete)
- Link search result to tosgbase
https://hiiwave.github.io/TosSearchTW/frontend/index.html
Search by English | Search by Chinese |
---|---|
This project is composed of three parts:
-
Scraper (
tosneet_scraper/
): Extract data (item list, npc list, .etc) from tosgbase. Implemeneted by scrapy. -
Dictionary (
tos_dictionary/
): Merge scraped data, append zh-tw language, and export a lookup table. Implemented by pandas. The language mapping file is exported from project Tos-Translator. -
Frontend (
frontend/
): The web interface of this gadget. Implemented by typeahead.js.
Please refer to README.md
in these subfolders for more details.
- Some suggestions fail to show when they include spaces and there are longer words including them; for example the word "Swordsman Master" does not show possibly due to the existence of "Swordsman Master Costume". In this case you could still type "Swordsman Master" and click search button to get the result. It seems to be a typeahead.js issue, see this or this for more details.
- Implement image thumbnails
- Add Loader at the right side before loading completes
- Vertical/ Horizontal align UI elements
- Integrate more data categories, including npcs, zones, skills, and attributes
- Implement dropdown menu
- Implement Enter key listening
- Implement frontend
- Support category: items
- Implement Scraper and Dictionary
Any issue reporting or pull request is welcome.