Skip to content

Instantly share code, notes, and snippets.

View Edesem's full-sized avatar
💭
I may be slow to respond.

Mashed Edesem

💭
I may be slow to respond.
  • Melbourne, Australia
View GitHub Profile
@brianglass
brianglass / antiochian.py
Last active February 6, 2025 01:00
Fetch Liturgical Information from Antiochian.org
import json
import sys
from datetime import date, datetime, timedelta
from urllib.parse import urljoin
import requests
HOST = 'www.antiochian.org'
CLIENT_ID = 'antiochian_api'