The python scripts for this repository have been move to ASTR-Script
Arknights Story Text Reader is a website that help you view stories text in mobile game Arknights with following features:
Thymewarp, Bo Yi-bo, wangxu, Syegen, Hikari Leafs, Elaine Haser
/.github
: Github Action Related Script
/ASTR
: Assets like Icons and fonts.
/reader
: Main Code Folder
/reader/src/ASTR
: Legacy Version of ASTR (Deprecated)
/reader/src/ASTRv2
: Current Version of ASTR (In active development)
ASTR-Script : Python script to generate data, including convert raw txt into json, counting words/characters, summarize story introdution and so on.
Kengxxiao/ArknightsGameData : Providing raw data, trigger of the Github Actions.
ArknightsStoryJson : Storing the result generated from ASTR-Script.
Aceship/Arknight-Images : Providing images.
cd reader
npm install
npm run build
cd reader
npm install
npm run dev
reader\src\main2.js
reader\src\ASTRv2\server.vue
into session storage, including story_review_table.json
(events and stories index), chardict.json
(character id -> character name), storyinfo.json
(story path -> story info), chapter_table.json
(maintheme index) and wordcount.json
(words/chars countings of stories).