Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sakan811/honkai-star-rail-a-few-fun-insights-with-data-analysis

The project gives insights that delve into the Honkai Star Rail's character's stats of all available characters as of the given date.
https://github.com/sakan811/honkai-star-rail-a-few-fun-insights-with-data-analysis

data data-analysis data-science data-visualization game honkai honkai-star-rail honkai-starrail webscraping webscraping-data webscraping-selenium

Last synced: 3 days ago
JSON representation

The project gives insights that delve into the Honkai Star Rail's character's stats of all available characters as of the given date.

Awesome Lists containing this project

README

        

# Honkai Star Rail: A Few Fun Insights with Data Analysis

Some insights about **Honkai Star Rail**'s characters' data.

Data is based on https://wiki.hoyolab.com/pc/hsr/aggregate/character
and https://honkai-star-rail.fandom.com/wiki/Character/List

## Status
[![CodeQL](https://github.com/sakan811/Honkai-Star-Rail-A-Few-Fun-Insights-with-Data-Analysis/actions/workflows/codeql.yml/badge.svg)](https://github.com/sakan811/Honkai-Star-Rail-A-Few-Fun-Insights-with-Data-Analysis/actions/workflows/codeql.yml)

[![Test Scraper](https://github.com/sakan811/Honkai-Star-Rail-A-Few-Fun-Insights-with-Data-Analysis/actions/workflows/test-scraper.yml/badge.svg)](https://github.com/sakan811/Honkai-Star-Rail-A-Few-Fun-Insights-with-Data-Analysis/actions/workflows/test-scraper.yml)

## Visualizations
[Power BI](https://app.powerbi.com/view?r=eyJrIjoiNThhMWE5ODEtN2NkMy00NjEyLTgyMTItYWNmZTUwNTQ0YTZmIiwidCI6ImZlMzViMTA3LTdjMmYtNGNjMy1hZDYzLTA2NTY0MzcyMDg3OCIsImMiOjEwfQ%3D%3D)

Visualizations As Of 23 November 2024:

* [Instagram](https://www.instagram.com/p/DCs_tQQvywn/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==)

* [Facebook](https://www.facebook.com/share/p/15YxPhN3m3/)

## To Run Web-Scraping Process
- Clone this repo: https://github.com/sakan811/Honkai-Star-Rail-A-Few-Fun-Insights-with-Data-Analysis.git
- Create **.env** file with the **USER_AGENT** variable.
* ```
USER_AGENT=
```
- Find your **User Agent** with this website: https://www.whatismybrowser.com/detect/what-is-my-user-agent/
- Enter your **User Agent** into the **USER_AGENT** variable in the **.env** file
- Run:
- ```bash
python main.py
```