This repository has been archived on 2022-10-02. You can view files and clone it, but cannot push or open issues or pull requests.
dcbot-old/README.md

41 lines
1.0 KiB
Markdown
Raw Normal View History

# TWHelp DC Bot
2020-09-03 13:13:49 +00:00
Discord bot for the online game Tribal Wars.
Features:
1. Coords translation
2020-09-03 13:13:49 +00:00
![Screenshot](/screenshots/coordstranslation.png?raw=true)
2. Near real-time notifications about conquers
2020-09-03 13:13:49 +00:00
![Screenshot](/screenshots/notifications.png?raw=true)
3. Tribe members ordered by OD/ODA/ODD/ODS/points
2020-09-03 13:13:49 +00:00
[You can check all available commands here.](https://dcbot.tribalwarshelp.com/commands/)
## Development
2020-08-24 12:06:50 +00:00
**Required env variables to run this bot** (you can set them directly in your system or create .env.development file):
```
2020-09-03 13:13:49 +00:00
DB_USER=your_pgdb_user
DB_NAME=your_pgdb_name
DB_PORT=your_pgdb_port
DB_HOST=your_pgdb_host
DB_PASSWORD=your_pgdb_password
API_URL=your_api_url
BOT_TOKEN=your_bot_token
```
### Prerequisites
1. Golang
2. PostgreSQL database
3. Configured [API](https://github.com/tribalwarshelp/api)
### Installing
1. Clone this repo.
2. Navigate to the directory where you have cloned this repo.
2020-08-24 12:06:50 +00:00
3. Set the required env variables directly in your system or create .env.development file.
4. go run main.go