Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sakan811/honkai-star-rail-a-few-fun-insights-with-data-analysis
- Owner: sakan811
- License: mit
- Created: 2023-11-21T12:58:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T11:13:44.000Z (22 days ago)
- Last Synced: 2024-12-16T12:21:01.302Z (22 days ago)
- Topics: data, data-analysis, data-science, data-visualization, game, honkai, honkai-star-rail, honkai-starrail, webscraping, webscraping-data, webscraping-selenium
- Language: Python
- Homepage:
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```