Skip to content

QuantumFF/pco_scraper

Repository files navigation

PCO Scraper

A command-line tool to extract and format data from the Planning Center Online (PCO) API.

Setup Instructions

1. Create Virtual Environment

First, create a new Python virtual environment in the project directory:

python3 -m venv .venv

2. Activate Virtual Environment

Depending on your operating system, activate the virtual environment:

Linux / macOS:

source .venv/bin/activate

Windows:

.\.venv\Scripts\Activate

3. Install Requirements

Install the necessary dependencies using pip:

pip install -r requirements.txt

Usage

Generate Configuration

You can generate a template config.ini file from the command line:

python main.py --create-config

(Note: Use python main.py or ./PCOScraper.py depending on your execution preference).


Packaging

To bundle the application into a standalone executable using PyInstaller, run:

pyinstaller PCOScraper.spec

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages