Categorygithub.com/soypete/Meetup-Go-Graphql-Scraper
modulepackage
0.1.4
Repository: https://github.com/soypete/meetup-go-graphql-scraper.git
Documentation: pkg.go.dev

# README

Meetup-API-Scraper

Generate monthly analytics reports for YTD meetup events held, rsvps per event, number speakers, etc

Actions Status Go Reference

Install

Go env

Run this command when you have working go environment.

go install github.com/soypete/Meetup-Go-Graphql-Scraper@latest

No Go env

Instructions coming soon

Setup

This repo takes a config file will all the necessary information to connect to meetup using the kolla SDK. The config file is in the json format and should look like the following

{
  "pro_account": "go",
  "kolla_key": {kolla.secret},
  "connector_id": {kolla.account},
  "consumer_id": {kolla.key}
}

The path for the connector key will default to config.json but you can pass a custom path wiht the flag --config-file.

# Packages

auth is a module used by this bot to connect to the meetup api and perform any needed oauth procedures or token management.
meetup module contains all the logic for making our data requests to Meetup.com's grapql-api.

# Structs

No description provided by the author