Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 894 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 894 Bytes

Pyvec Members

Collects information about the activists in the Czech Python user group and dumps it into a JSON file.

Status

Ugly proof of concept.

Usage

  • Login to GitHub as Pyvec Pusher, a shared account for automating, which is a member of both Pyvec and PyLaidesCZ organizations

  • Generate a GitHub token with public_repo and read:org scopes

  • Login to Slack as the Pyvec Slack owner

  • Create a new Slack App with usergroups:read, users:read, and users:read.email permissions

  • Generate an OAuth access token for the app (install the app for the Pyvec workspace)

  • Run:

    $ SLACK_API_TOKEN=... GITHUB_TOKEN=... python main.py > members.json