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

https://github.com/hulloitskai/humptybot

A bot that harasses /u/xhumptyDumptyx when they're on Reddit instead of studying.
https://github.com/hulloitskai/humptybot

bot golang reddit

Last synced: 11 months ago
JSON representation

A bot that harasses /u/xhumptyDumptyx when they're on Reddit instead of studying.

Awesome Lists containing this project

README

          

# humptybot

_A Reddit bot created for annoying `/u/xhumptyDumptyx` when they're on Reddit
instead of studying._

## Instantiation

First, clone this repository:

```bash
git clone git@github.com:steven-xie/humptybot
```

### With `go build`:

```bash
## Construct the binary...
go build

## For Unix-based systems:
./humptybot

## For Windows systems:
humptybot.exe
```

### With [Docker Compose](https://docs.docker.com/compose/):

```bash
## Build and launch...
docker-compose up
```