{"id":29712129,"url":"https://github.com/monashcoding/discord-bday-python-bot","last_synced_at":"2025-10-08T15:49:09.826Z","repository":{"id":305838949,"uuid":"1024061598","full_name":"monashcoding/discord-bday-python-bot","owner":"monashcoding","description":"A Python bot that checks a Notion database for member birthdays and sends celebratory messages to a Discord channel via webhook. Automated to run daily via GitHub Actions, always after midnight Melbourne time.","archived":false,"fork":false,"pushed_at":"2025-07-22T09:32:21.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-22T09:38:37.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monashcoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-22T06:11:08.000Z","updated_at":"2025-07-22T09:32:25.000Z","dependencies_parsed_at":"2025-07-22T09:48:50.379Z","dependency_job_id":null,"html_url":"https://github.com/monashcoding/discord-bday-python-bot","commit_stats":null,"previous_names":["monashcoding/discord-bday-python-bot"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/monashcoding/discord-bday-python-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monashcoding%2Fdiscord-bday-python-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monashcoding%2Fdiscord-bday-python-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monashcoding%2Fdiscord-bday-python-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monashcoding%2Fdiscord-bday-python-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monashcoding","download_url":"https://codeload.github.com/monashcoding/discord-bday-python-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monashcoding%2Fdiscord-bday-python-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278972328,"owners_count":26078017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-24T00:07:08.759Z","updated_at":"2025-10-08T15:49:09.792Z","avatar_url":"https://github.com/monashcoding.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Birthday Python Bot\n\nA Python bot that checks a Notion database for member birthdays and sends a celebratory message to a Discord channel via webhook. Written by: [Liam](https://github.com/cuppaLiam)\n\n## Environment Variables\n\nSee `.env.example` for required variables.\n\n- `NOTION_TOKEN`: Notion integration token\n- `DATABASE_ID`: Notion database ID\n- `WEBHOOK_URL`: Discord webhook URL\n- `HR_DISCORD_ID`: Discord HR role ID to tag\n\n## Features\n\n- Fetches member data from Notion.\n- Checks if today is any member’s birthday.\n- Sends a Discord message tagging the HR role for each birthday.\n\n## Requirements\n\n- Python 3.9+\n- Notion integration and database\n- Discord webhook URL\n\n## Setup\n\n1. **Clone the repository:**\n   ```sh\n   git clone \u003crepo-url\u003e\n   cd discord-bday-python-bot\n   ```\n\n2. **Create and activate a virtual environment:**\n   ```sh\n   python -m venv .venv\n   .venv\\Scripts\\activate  # On Windows\n   # Or\n   source .venv/bin/activate  # On macOS/Linux\n   ```\n\n3. **Install dependencies:**\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n4. **Configure environment variables:**\n   - Copy `.env.example` to `.env` and fill in your values.\n\n5. **Run locally:**\n   ```sh\n   python main.py\n   ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonashcoding%2Fdiscord-bday-python-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonashcoding%2Fdiscord-bday-python-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonashcoding%2Fdiscord-bday-python-bot/lists"}