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.
- Host: GitHub
- URL: https://github.com/hulloitskai/humptybot
- Owner: hulloitskai
- Created: 2018-08-08T15:15:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T22:28:32.000Z (almost 8 years ago)
- Last Synced: 2025-06-05T14:07:10.145Z (about 1 year ago)
- Topics: bot, golang, reddit
- Language: Go
- Homepage: https://www.reddit.com/user/humptybot
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```