https://github.com/itsleonb/crownfall-helper
An app to help filter heroes based on required Crownfall tokens
https://github.com/itsleonb/crownfall-helper
dota2 pandas pymongo streamlit
Last synced: 2 months ago
JSON representation
An app to help filter heroes based on required Crownfall tokens
- Host: GitHub
- URL: https://github.com/itsleonb/crownfall-helper
- Owner: itsLeonB
- Created: 2024-05-13T09:22:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T05:40:55.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T20:27:20.191Z (about 1 year ago)
- Topics: dota2, pandas, pymongo, streamlit
- Language: Python
- Homepage: https://crownfall.streamlit.app
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dota 2 Crownfall Tokens Helper
This app helps to filter heroes based on needed Crownfall tokens.
## Available Features
- [x] Return Heroes based on token
- [x] Return recommended hero position
- [ ] Optimize heroes based on needed and unused token quantity
## Prerequisites
This project is built using:
- Python
- Streamlit
- MongoDB
- Pandas
## Local Deployment
1. Clone the project
2. Install dependencies
```sh
pip install -r requirements
```
3. Make a new directory `.streamlit` and move `secrets.example.toml` there
4. Rename the file to `secrets.toml`, and edit the values inside to your own values
5. Start the server:
```sh
streamlit run main.py
```