Skip to content

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

Notifications You must be signed in to change notification settings

maxsonferovante/Genshin-Builds-Crawler

Repository files navigation

Genshin Builder Crawler API

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.

Start Service

Step 1 - Create environment

  • install requirements:
pip install -r requirements.txt

Step 2 - start service local

  1. Run service with main method
python main.py
  1. Run service using uvicorn
uvicorn "src.app_module:http_server" --host "0.0.0.0" --port "8000" --reload

Step 3 - Send requests

Go to the fastapi docs and use your api endpoints - http://127.0.0.1/api/docs

About

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

Topics

Resources

Stars

Watchers

Forks