Skip to content

TyroneHe-0926/MrfzDataVisualize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MrfzDataVisualize

  • Currently supports Arknights agents and news Kibana dashboard for data visiualizing
  • Supports saving the images and data locally as well

Setup

Setting up the environment and dashboards

  • python3 -m pip install -r requirements.txt
  • cd config && mv .env.template .env
  • setup your password in .env
  • docker compose up -d
  • export ES_PASSWORD=${your password}

Get started

Get a list of the supported operations with python3 start.py --help

  • Initialize dashboards and data for arknights news python3 start.py --mode prod --save_img true --task crawl news
  • To sync and get the latest updates from arknights new python3 start.py --mode prod --save_img true --task sync news
  • Similarly, for agents sync python3 start.py --mode dev --save_img false --task sync agent

Arknights News Mapping

NewsMapping.md

Arknights Agents Mapping

AgentsMapping.md

Sample News Dashboard

Dashboard Screenshot

Sample Agent Info Dashboards

Dashboard Screenshot

Dashboard Screenshot

Sample Agent Spec Dashboards

Dashboard Screenshot

Dashboard Screenshot

About

An Arknights Crawler and Data Visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published