git clone https://github.com/Nereg/ARKMonitorBot.git
- clone this repositorycd ./ARKMonitorBot/src
- go into bot's settingsnano config.example.py
- open default config filemv config.example.py config.py
- rename default configcd ..
- go to main bot's directorysudo docker-compose up -d --build
- start bot (you can lear how to install docker and docker-compose here)
- https://github.com/Yepoleb/python-a2s/ - library I am using to get info about ARK servers (MIT License Copyright (c) 2020 Gabriel Huber)
- Yepoleb/python-a2s#11 - if server cannot be added to bot because it is offline but in reality it is online
- Yepoleb/python-a2s#9 - async version of library I am using to get inforation about ARK servers
- https://ark.gamepedia.com/Web_API - how I get current ARK version
- https://ark.gamepedia.com/Server_Browser - how I get additional info about ARK servers
- https://discord.gg/NxEVYBt - our discord support server
- Nereg#7006 - I am on discord
Just open PR I will test it and merge !