Meetup-Go-Graphql-Scraper

command module
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 8 Imported by: 0

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL