ConanPlayersAPI is a lightweight, efficient API wrapper designed to manage and retrieve Conan Exiles player lists. Built using Flask and containerized with Docker, this project offers a streamlined solution for integrating player data into your applications.
- Lightweight & Fast: Quickly fetch and manage player lists with minimal overhead.
- Flask-Powered: Leverage the simplicity and flexibility of Flask for rapid API development.
- Dockerized: Enjoy consistent deployment and easy scalability with Docker.
The primary endpoint for accessing player data follows this pattern:
/players/IPADDRESS/QUERYPORT
Replace IPADDRESS and QUERYPORT with the actual address and port of your server. This design allows you to target specific servers for their player lists.
-
Clone the Repository:
git clone https://github.com/regnighc/ConanPlayersAPI.git cd ConanPlayersAPI -
docker build -t conanplayersapi .
-
docker run -d -p 5000:5000 conanplayersapi
