Skip to content

jimtang2/grok-webhook-webext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grok-Webhook

Description

This simple webhook runs on grok.com and forwards code output to your web service.

How To

  1. Build
  • brew update && brew install web-ext.
  • web-ext build.
  1. Install
  • Visit about:debugging > This Firefox > Load temporary add-on > select build zip.
  1. Configure
  • The default webhook destination URL is http://localhost:3000/grok.
  • Use web extension action button to modify.

Webhook Payload

The payload is a JSON object with 2 fields:

  • lang: string
  • code: string

About

Firefox/Chrome webhook web extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published