https://github.com/caleb531/planning-center-alfred

An Alfred workflow for looking up people in Planning Center

https://github.com/caleb531/planning-center-alfred

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary

Keywords

alfred alfred-workflow church planning-center python
Last synced: 6 months ago · JSON representation

Repository

An Alfred workflow for looking up people in Planning Center

Basic Info
  • Host: GitHub
  • Owner: caleb531
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 871 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 8
Topics
alfred alfred-workflow church planning-center python
Created over 4 years ago · Last pushed 8 months ago
Metadata Files
Readme License

README.md

Planning Center for Alfred

Copyright 2021-2023 Caleb Evans
Released under the MIT license

Planning Center for Alfred is an Alfred 5 workflow designed to help churches with various Planning Center functions, like searching for people.

Installation

To download the workflow, simply click the download link below.

Download Planning Center for Alfred

Command Line Tools

If you are installing the workflow for the first time, you may be prompted to install Apple's Command Line Tools. These developer tools are required for the workflow to function, and fortunately, they have a much smaller size footprint than full-blown Xcode.

Prompt to install Apple's Command Line Tools

Connecting to your Planning Center account

1. Generate Personal Access Token

  1. Visit https://api.planningcenteronline.com/oauth/applications (log in if prompted)
  2. Scroll down the page to the Personal Access Tokens section
  3. Click the Create one now button
  4. Copy the Application ID and Secret; save them to a safe place

Do not share the Application ID and Secret with anyone. Together, they grant access to your entire Planning Center account, so they should be handled with great care.

Create one now Copy ID and Secret

2. Enter ID and Secret into workflow

When you first import the workflow into Alfred (download here), you'll have the opportunity to paste the ID and Secret generated from the previous step.

Workflow configuration

Usage

Search for people

To search for people, use the pcp command. You can search by name, phone number, or email address.

Examples

  • pcp caleb
  • pcp caleb@calebevans.me
  • pcp 123-456-7890

Copy to clipboard

When searching for people via the pcp command, holding down the command key while choosing a result will copy the person's phone number to the clipboard. Similarly, holding down the option key while choosing a result will copy the person's email address.

Owner

  • Name: Caleb Evans
  • Login: caleb531
  • Kind: user
  • Location: Carlsbad, CA

Hi, I'm Caleb, a web developer who lives for Christ by building enjoyable apps and useful tools. I hope you are blessed by what I've made!

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Dependencies

requirements.txt pypi
  • alfred-workflow-packager ==1.2.1
  • biplist ==1.0.3
  • flake8 ==4.0.1
  • jsonschema ==2.6.0
  • mccabe ==0.6.1
  • pycodestyle ==2.8.0
  • pyflakes ==2.4.0
pyproject.toml pypi