Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
/ GAPI Public archive

IGS has now been upgraded to the new Genshin 3rd-party API!

License

Notifications You must be signed in to change notification settings

Genshin-bots/GAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenshinImpact 3rd-party API

IGS has now been upgraded to the new Genshin 3rd-party API :)

Development version, do not use in production environment!

Features

  • Use a faster FastAPI to replace frameworks such as Quart used in earlier versions
  • Support for more than just picture generators

Installation

Note: We recommend that you use python3.9 for deployment

  1. Clone this repo.
git clone https://github.com/Genshin-bots/GAPI.git
cd GAPI
  1. Use a virtual environment (optional).
# Create Virtual Environment
python -m venv venv

# Activate
.\venv\Scripts\activate.bat # for Windows Users using cmd
.\venv\Scripts\activate.ps1 # for Windows Users using powershell
source venv/bin/activate # for Linux Users
  1. Installation dependencies.
pip install -r requirements
  1. start!
uvicorn main:igs

Note: you can use --host to specify the listening IP address, and -- port to specify the listening port.

About

IGS has now been upgraded to the new Genshin 3rd-party API!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages