Skip to content

Instantly share code, notes, and snippets.

View pen-pal's full-sized avatar
🌌
I may be slow to respond

Manish Khadka pen-pal

🌌
I may be slow to respond
View GitHub Profile
@jeremybenaim
jeremybenaim / changelog_generator.yml
Last active May 19, 2025 00:56
Automate your changelog thanks to ChatGPT
# .github/workflows/changelog_generator.yml
name: Generate Changelog and Post to Slack
on:
schedule:
# This will run every Friday at 3 PM UTC
- cron: "0 15 * * 5"
jobs:
@debendraoli
debendraoli / tithi_meeti.py
Last active April 25, 2022 08:32
Get Nepali date tithi meeti on status bar
#!/usr/bin/env python
"""
@uthor @debendraoli
Compitable with waybar.
"""
import re
from json import dumps
from urllib.request import Request, urlopen