Skip to content

deniosoftware/frcbot

Repository files navigation

FRCBot

The version found here is still in production, though the TypeScript version is expected to take its place in a couple months. You can check out the in-process rewrite over here: https://github.com/cjdenio/frcbot-2.0

FRCBot Logo

GitHub stars GitHub contributors

This app provides FRC integration, right here in Slack! Get info on any FIRST Robotics Competition team, subscribe to match results, get event schedules, and more!

Learn more at https://frcbot.deniosoftware.com

Powered by The Blue Alliance

How it works

FRCBot uses a Node.js back-end with the popular Express.js web framework. The app is hosted on Google App Engine, a serverless platform for hosting web services. Data is securely stored in a Cloud Datastore database, using the client library for Node.js.

We use The Blue Alliance's Read API as well as their Webhook API to provide real-time notifications.

Our feedback system (both /frc feedback and the Submit Feedback page) uses 99Inbound to handle submissions.