Metadata-Version: 2.1
Name: arkdriver
Version: 0.1.36
Summary: This application accesses the Ark system.
Home-page: https://github.com/mjlomeli/arkdriver
Author: Mauricio
Author-email: dev.mauricio.lomeli@gmail.com
Project-URL: Bug Tracker, https://github.com/mjlomeli/arkdriver/issues
Platform: win32
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# Ark-Bot

## Install the Executable
#### AMD Computers
To run this make sure you have python 3.10 installed and run this executable:
```
Ark-Driver/pywin32-304.win-amd64-py3.10.exe
```
#### Intel Computers
To run this make sure you have python 3.9 installed and run this executable:
```
Ark-Driver/pywin32-304.win32-py3.9.exe
```

## Choosing a terminal
Pick which terminal you'll be running the bot:

- [Linux Terminal](#linux-terminal)
- [Window Terminal](#windows-terminal)


## Linux Terminal
Install the arkdriver.
```shell
pip3 install arkdriver
```

Run your python environment.
```shell
python3
```

In your python environment enter the following:
```python
from arkdriver import run
run()
```

You're running the bot now. Now go to the [Final Steps](#final-steps)

## Windows Terminal
Install the arkdriver.
```shell
pip install arkdriver
```

Run your python environment.
```shell
python
```

In your python environment enter the following:
```python
from arkdriver import run
run()
```

You're running the bot now. Now go to the [Final Steps](#final-steps)

## Final Steps
Hop into your server and activate GCM (aka Admin mode). 
Go into the Ark-API and submit a command. The bot should
have received the command if done correctly.
