Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tam/free-on-epic-discord-bot
- Owner: Tam
- License: mit
- Created: 2020-03-12T19:25:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T12:41:18.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T15:26:54.902Z (8 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```