Skip to content

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

 
 
 

Contributors

Languages