Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chew/mlb-gamefeed-bot
Discord bot to show live game feeds and statistics of MLB games to a Discord channel. Used by over 1200 servers!
https://github.com/chew/mlb-gamefeed-bot
baseball bot discord java jda mlb sports
Last synced: 3 months ago
JSON representation
Discord bot to show live game feeds and statistics of MLB games to a Discord channel. Used by over 1200 servers!
- Host: GitHub
- URL: https://github.com/chew/mlb-gamefeed-bot
- Owner: Chew
- Created: 2022-06-19T13:50:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T16:07:49.000Z (3 months ago)
- Last Synced: 2024-10-22T04:03:22.879Z (3 months ago)
- Topics: baseball, bot, discord, java, jda, mlb, sports
- Language: Java
- Homepage: https://discord.com/application-directory/987144502374436895
- Size: 354 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MLB-GameFeed-Bot
Add to your server with [this link](https://canary.discord.com/api/oauth2/authorize?client_id=987144502374436895&permissions=1067024&scope=bot%20applications.commands)!
To learn more about this bot and its commands, see [the knowledgebase on ChewHelp!](https://help.chew.pro/bots/discord/mlb-game-feed)
This bot allows you to view the live play-by-plays for any MLB.com game. This attempts to mimic [gameday](https://mlb.com/gameday)
To get started, add the bot to your server. Next, wait for a game to be active, finally, type `/startgame` to see active Major League games.
Supported Message Types:
- Score Changes
- Game Advisories (Injury Delay, Pitching changes, etc)
- Inning ChangesCommands:
- `/startgame [game]` - Starts a game. Select a game from the list, but any gamePk is acceptable. You can grab this from sites like https://mlb.chew.pw to show minor league games. If no games show up, there are no active Major League games.
- `/stopgame` - Stops the currently running game.
- `/score` - Shows you the current score privately.
- `/setinfo` - A command to show specific info as a Voice Channel name.Running `/startgame` does not memorize the game, you will have to start it every time a game starts!