Skip to content

Scripts for doing different things that are needed for CMW-22

Notifications You must be signed in to change notification settings

cmw22/cmw22-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CMW22 Bot Tools

This repository contains Python scripts for doing different things that are needed for CMW-22.

The project uses Python virtual environments, enforces PEP8 standards, and supports pre-commit hooks for clean code practices.


πŸ”§ Setup Instructions

  1. Clone the repository

    git clone <your-repo-url>
    cd <your-repo-name>
  2. Create and activate virtual environment

    python3 -m venv .venv
    source .venv/bin/activate  # For Windows: .venv\Scripts\activate
  3. Install dependencies

    pip install -r requirements.txt
  4. Set up pre-commit hooks

    pre-commit install

πŸ“ Scripts

  • orgs-from-gdrive-folders Extracts fundraiser numbers and military unit/org names from folder names in Google Drive and writes the structured output to Google Sheets.

About

Scripts for doing different things that are needed for CMW-22

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages