https://github.com/jfritz/discord-formula1-bot-golang
A simple discord bot to post F1 events using webhooks
https://github.com/jfritz/discord-formula1-bot-golang
discord discord-bot formula-one formula1 golang webhook webhooks
Last synced: 3 months ago
JSON representation
A simple discord bot to post F1 events using webhooks
- Host: GitHub
- URL: https://github.com/jfritz/discord-formula1-bot-golang
- Owner: jfritz
- License: gpl-3.0
- Created: 2019-08-17T04:54:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T05:42:35.000Z (about 4 years ago)
- Last Synced: 2024-06-21T15:48:01.842Z (over 1 year ago)
- Topics: discord, discord-bot, formula-one, formula1, golang, webhook, webhooks
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-formula1-bot-golang
A simple discord bot to post F1 events using webhooksThis script is designed to be run once every 24 hours.
Mondays -
Send a message with the full next race weekend
Thursdays, Fridays, Saturdays, Sundays -
Send a message with events that will occur in the next 24h (if any)Note: This is based off of my Python project, discord-formula1-bot, commit 1eb0c68.
## Requirements
- Golang system requirements for Golang 1.12 apply: https://github.com/golang/go/wiki/MinimumRequirements## Installation
- Place your webhook url as the first line in webhook_url.conf in the same folder as the binary.