https://github.com/quving/ogamebot
An ogamebot written in python. Just for fun!
https://github.com/quving/ogamebot
Last synced: 10 months ago
JSON representation
An ogamebot written in python. Just for fun!
- Host: GitHub
- URL: https://github.com/quving/ogamebot
- Owner: Quving
- Created: 2019-02-18T21:28:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T21:03:16.000Z (about 4 years ago)
- Last Synced: 2025-04-06T23:01:39.958Z (about 1 year ago)
- Language: Python
- Size: 87.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OgameBot
An ogamebot written in python. Just for fun!
[](https://drone.quving.com/Quving/ogamebot)
## 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
1. ``` git clone https://github.com/Quving/ogamebot.git ```
2. ``` cd ogamebot ```
3. ``` docker-compose build ```
4. ``` docker-compose up -d ```
### Further Steps
1. ``` docker exec -it ogamebot_bot_1 bash ```
2. ``` python manage.py makemigrations && python manage.py migrate ```
3. After these steps are done. Create an admin-user with the folling command: ``` python mange.py createsuperuser ```
3. Visit http://localhost:5000/admin
## Docker Setup
See example [docker-compose.yml]( https://github.com/Quving/ogamebot/blob/master/README.md) in this repository.
## Bot-Usage
Still in progress :-)