Skip to content

Instantly share code, notes, and snippets.

View azigler's full-sized avatar
🍎
powered by collaboration

Andrew Zigler azigler

🍎
powered by collaboration
View GitHub Profile
@azigler
azigler / starfetcher.sh
Created July 10, 2023 20:03
Starfetcher ⭐️ fetch all GitHub stars for an organization
#!/bin/bash
# Starfetcher
# This script uses 'jq', a command-line JSON processor.
# Installation instructions:
# - On Ubuntu or other Debian-based systems: sudo apt-get install jq
# - On CentOS, Fedora, or RHEL: sudo yum install jq
# - On macOS: brew install jq
# - On Windows, you can download it from https://stedolan.github.io/jq/download/
@azigler
azigler / docker-compose.override.yml
Created March 16, 2023 21:45
An example configuration file for Sebastian Müller's ChatGPT/Mattermost bot
---
version: "3.7"
services:
chatbot:
container_name: chatgpt
image: yguy/chatgpt-mattermost-bot:latest
build: .
restart: unless-stopped
depends_on:
- mattermost