Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Far Seer

FastAPI server for detecting official and hacked Warcraft III maps

Running

The API can be run locally through Docker or by calling uvicorn directly,

uvicorn src.main:app --host 0.0.0.0 --port 8080 --reload

or

docker compose up

Using

There are two endpoints:

  • /map/{map_md5}: GET request for a single map
  • /maps/: POST request with an ordered body of map md5 checksums

About

FastAPI server for tracking official and hacked Warcraft III maps

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages