An ogamebot written in python. Just for fun!
- Stack resources every 3 hours
- Update state every 15 minutes.
- Redis 4
- MySQL 5.7.8
- Chrome
- Python3.6
- All dependencies above can be handled by Docker.
git clone https://github.com/Quving/ogamebot.git
cd ogamebot
docker-compose build
docker-compose up -d
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
See example docker-compose.yml in this repository.
Still in progress :-)