An open API service indexing awesome lists of open source software.

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

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
```