https://github.com/cburmeister/halite
My bot for https://halite.io
https://github.com/cburmeister/halite
bot halite python
Last synced: 17 days ago
JSON representation
My bot for https://halite.io
- Host: GitHub
- URL: https://github.com/cburmeister/halite
- Owner: cburmeister
- Created: 2017-12-01T21:07:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T17:40:28.000Z (over 7 years ago)
- Last Synced: 2025-02-15T07:21:19.926Z (2 months ago)
- Topics: bot, halite, python
- Language: Python
- Homepage: https://halite.io
- Size: 457 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
halite
======My bot for [halite.io](https://halite.io/).
---
## Configuration
Generate a Halite API key from [here](https://halite.io/user/settings).
## Usage
Authenticate with Halite:
```bash
hlt auth
```Package up the bot:
```bash
pushd bot; zip -r ../bot.zip .; popd
```Upload the latest version:
```bash
hlt bot -b bot.zip
```