Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 918 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 918 Bytes

BlueAPI

A project to parse the useless HTML the WikiMedia API gives for https://bluearchive.wiki

Objective

The objective of this project is to properly retrive all the important data about each student.

  • name
  • rarity
  • school
  • role
  • damage type
  • armor type
  • combat class
  • area affinity
  • weapon type
  • equipments
  • how to obtain
  • max stats (atk, accuracy, stability, attack speed, etc) at lvl 90, UE50 and max equipment
  • affection 50 bonus
  • info of all skills (maxed)
  • unique equipment stats
  • unique gear info

Contribute

It currently doesn't matter if the code looks ugly, but all I ask for is to at least keep the formatting and the coding style consistent. I recommend using inspect element on https://bluearchive.wiki itself while writing the regex, as the data in the json file is unformatted and really hard to read