Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T05:40:55.000Z (5 months ago)
- Last Synced: 2024-07-15T06:51:25.871Z (5 months ago)
- Topics: dota2, pandas, pymongo, streamlit
- Language: Python
- Homepage: https://crownfall.streamlit.app
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- 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
```