Este projeto consiste em uma API, desenvolvido em Python, que realiza web crawling para obter informações sobre armas disponíveis para farmar no jogo Genshin Impact.
- install requirements:
pip install -r requirements.txt
- Run service with main method
python main.py
- Run service using uvicorn
uvicorn "src.app_module:http_server" --host "0.0.0.0" --port "8000" --reload
Go to the fastapi docs and use your api endpoints - http://127.0.0.1/api/docs