Skip to content

Conversation

@takishun
Copy link

No description provided.

Implemented a comprehensive LoL data viewer with the following features:
- Fetch summoner information by name
- Display match history with detailed statistics (KDA, CS, damage)
- Show top 10 champion masteries
- Support for all major LoL regions (JP, KR, NA, EU, etc.)
- User-friendly Streamlit UI with sidebar configuration

Technical changes:
- Added Riot Games API client with rate limiting support
- Created RiotAPI class for handling API requests
- Implemented match history and champion mastery endpoints
- Added secrets.toml.example for API key configuration
- Updated README with comprehensive setup instructions
- Added .gitignore to protect sensitive data

The app allows users to search for any summoner and view their recent performance and champion statistics.

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Removed the secrets.toml configuration option and simplified the setup
to only use sidebar input for the Riot API key. This makes the app
easier to use and reduces setup complexity.

Changes:
- Removed st.secrets reference from streamlit_app.py
- Deleted .streamlit/secrets.toml.example
- Updated README to remove secrets.toml setup instructions
- Added placeholder text to API key input field

Users now enter their API key directly in the sidebar when using the app.

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Copy link
Author

@takishun takishun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants