A chatbot to make a virtual BarCamp run with a schedule. Dev focused on BarCampGR for now https://barcampgr.org
  • Go 84%
  • JavaScript 6.3%
  • HTML 6.2%
  • CSS 2.8%
  • Dockerfile 0.7%
Find a file
Thomas Wodarek 2ff4517e6a
All checks were successful
Go / Build (push) Successful in 2m16s
update docker image
2026-05-14 23:06:54 -04:00
.forgejo/workflows update docker image 2026-05-14 23:06:54 -04:00
barcampgr Migrate to forgejo base 2026-05-14 23:05:34 -04:00
base_images/ubuntuBase Upgrade baseimage 2025-03-12 23:44:40 -04:00
database Add ability to get all your talk links in one go 2020-08-17 21:32:07 -04:00
front-end add form for scheduling a new talk 2020-10-26 01:39:52 -04:00
server Migrate to forgejo base 2026-05-14 23:05:34 -04:00
vendor go mod vendor 2026-05-14 23:05:46 -04:00
.gitignore move some stuff into configs 2020-05-25 23:05:46 -04:00
CiscoTeamsBotHelpText.html pull the Cisco Teams-specific stuff out of the schedule page and put it into its own separate thing 2020-10-26 00:33:59 -04:00
Dockerfile update docker image 2026-05-14 23:06:54 -04:00
example.json Add ability to handle webhooks and stub out json GET for front-end 2020-05-25 01:48:03 -04:00
go.mod Migrate to forgejo base 2026-05-14 23:05:34 -04:00
go.sum Migrate to forgejo base 2026-05-14 23:05:34 -04:00
LICENSE Initial commit 2020-05-24 22:25:40 -04:00
main.go Migrate to forgejo base 2026-05-14 23:05:34 -04:00
README.md Add actual usage documentation into the README 2020-10-24 19:10:15 -04:00

Go

barcampgr-teams-bot

This is the schedule bot for BarCampGR

Usage

@barcampgr-bot <command>

Note: Due to platform limitations within Cisco Teams, you need to actually click on the barcampgr-bot when it appears in the auto-complete dropdown.

Commands

  • help - get the help message
  • get schedule, get grid, or get talks - get a link to the schedule grid
  • get links - get all of the unique links for your talks
  • dm - open a direct message connection with me
  • Schedule me at START_TIME in ROOM for TITLE - schedule a talk
    • Example: @barcampgr-bot schedule at 6:00pm in Makers for My Awesome Talk About Making Things
  • Schedule web - schedule a talk via web form