Skip to content

Flexicon/tft-suggester

Folders and files

NameName
Last commit message
Last commit date
Jan 11, 2025
Mar 26, 2023
Dec 19, 2021
Dec 29, 2024
Jan 10, 2025
Mar 26, 2023
Apr 7, 2023
Feb 10, 2020
Dec 19, 2021
Jan 12, 2025
Jan 10, 2025
Aug 31, 2022
Dec 29, 2024
Jul 29, 2024
Aug 31, 2022
Jan 10, 2025

Repository files navigation

TFT Suggester Backend

Local Development

Requirements:

  • Python 3.9.7+
  • Docker 20.10+

To prepare the development environment, run the following in your terminal (only tested on macOS):

make dev && . ./venv/bin/activate

To run...

  • the api server: $ uvicorn api:app --host=0.0.0.0 --reload
  • the web scrapers: $ python -m scraper