module
0.0.0-20240401193232-901d7f813fa0
Repository: https://github.com/jhawk7/go-searchme.git
Documentation: pkg.go.dev
# README
go-searchme
Go API that utilizes Groupme APIs to parse recent group messages by keyword
env vars
API needs a the following env variables to be set
SINCE_ID
- can be obtained from GroupMe accountGROUP_ID
- id of the group to query messages fromTOKEN
- API token from GroupMeREDIS_PORT
- redis portREDIS_PASS
- redis secret passREDIS_HOST
- redis host ip
frontend assets
- cd into
frontend/
dir and runnpm run build
to compile assets and create dist folder for frontend changes to take affect
# Packages
No description provided by the author