ARKMonitorBot
ARKMonitorBot copied to clipboard
First open-source discord bot for monitoring ARK servers!
You can install by doing this
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)
Useful links
- https://github.com/Yepoleb/python-a2s/ - library I am using to get info about ARK servers (MIT License Copyright (c) 2020 Gabriel Huber)
- https://github.com/Yepoleb/python-a2s/issues/11 - if server cannot be added to bot because it is offline but in reality it is online
- https://github.com/Yepoleb/python-a2s/issues/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
Contributing
Just open PR I will test it and merge !