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

# Packages

No description provided by the author
No description provided by the author

# 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.