Using discord.py to interact with ark's web API.
Install Python Here: Python
Python 3.6 or higher is required
Click green Code button in the top right and click download ZIP
Or install using Git in a terminal
$ git clone https://github.com/ItsYeeBoi/discord.py-Ark-API
$ cd discord.py-Ark-API# Discord Token
TOKEN=PUT DISCORD TOKEN HERE
# Discord Prefix
PREFIX=!
To get your Discord token follow this guide: Discord Token
pip install -r requirements.txtDouble click main.py file it should open command prompt then the bot is running
Or in command prompt run the command
python main.pyTo run the bot with PM2:
Nodejs needs to be installed
npm install pm2 -g
pm2 start main.pynano .env or gedit .env
pip install -r requirements.txt
cd Bot
python3 main.pyIf pip isn't installed use:
apt install python3-pipTo Run The Bot Using PM2:
apt install nodejs
apt install npm
npm install pm2 -g
cd Bot
pm2 start main.py --interpreter python3- Add PC Server List Using BattleMetrics
- More Features Like Industrial Forge Calculator
- Add More General Commands For Bot
- Bot Stats
- Bot Presence
- Better Help Command