Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cheyans/api

 
 

Repository files navigation

FAForever Python Web API

This repository holds the web api (written in python) that is run on the server to provide required REST services to clients.

Documentation

Currently documentation is sparse. Please help us out!

Installation - Docker

Get docker.

Build the container using

docker build -t faf-api .

Run using

docker run -d --name faf-api --link faf-db:db faf-api

Installation - Manual

  • Install Python 3.4 or later
  • Install LuaJIT (or remove it from requirements.txt and use not the api methods)
  • Install Dependencies pip install -r requirements.txt
  • Install MySql Server
  • Create faf database: https://github.com/FAForever/db
  • Create config.py (you can use config.example.py as template)

About

FAForever API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.9%
  • HTML 3.0%
  • Shell 0.1%