Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tam/free-on-epic-discord-bot

A discord bot that tells you what the free games on the Epic Store are
https://github.com/tam/free-on-epic-discord-bot

Last synced: about 1 month ago
JSON representation

A discord bot that tells you what the free games on the Epic Store are

Awesome Lists containing this project

README

        

# Free on Epic
A discord bot that tells you what the free games on the Epic Store are

```shell script
$ go get
$ go build main.go
$ ./main -url "[your channel webhook URL]"
```

Run as a cron (7pm every day):
```text
0 19 * * * ./main -url "[your channel webhook URL]" > /dev/null 2>&1
```

Build for DigitalOcean Ubuntu 16.4:
```shell script
$ env GOOS=linux GOARCH=amd64 go build main.go
```