OgameBot
An ogamebot written in python. Just for fun!
Features
- Stack resources every 3 hours
- Update state every 15 minutes.
Requirements
- Redis 4
- MySQL 5.7.8
- Chrome
- Python3.6
- All dependencies above can be handled by Docker.
Installation
git clone https://github.com/Quving/ogamebot.git
cd ogamebot
docker-compose build
docker-compose up -d
Further Steps
docker exec -it ogamebot_bot_1 bash
python manage.py makemigrations && python manage.py migrate
- After these steps are done. Create an admin-user with the folling command:
python mange.py createsuperuser
- Visit http://localhost:5000/admin
Docker Setup
See example docker-compose.yml in this repository.
Bot-Usage
Still in progress :-)