Website hosted on vejoedashboard.pythonanywhere.com. Somehow it still shows data until 20.06, even if it's not paid anymore. Developed for veJOE Leaderboard Bounty in April 2022. Not developed anymore both because of existing better alternatives, lack of interest, and absolute decimation of competitors by Vector Finance. Not updated to exclude deprecated farms.
Please don't look at code quality/cleanliness - this wasn't refactored for months, and my skills in this matter improved greatly. Seriously.
To install locally and see current data:
- Clone the repo
git clone https://github.com/pecio222/veJOE_leaderboard.git
- Install dependencies
pip3 install -r requirements.txt
- Run the update process
python .\data_updater.py
- Start the website
python .\dash1.py