A powerful birthday reminder system supporting both lunar and solar calendars with rich Chinese cultural information.
- Dual Calendar Support - Solar (Gregorian) & Lunar (Chinese) birthdays
- Rich Date Information - GanZhi, zodiac, festivals, solar terms, constellations
- Multiple Notifications - Email & ServerChan
- Flexible Deployment - Local, Docker, GitHub Actions
# Install
pip install -r requirements.txt
# Configure
cp config.example.yml config.yml
# Edit config.yml with your settings
# Run
python -m src.main run --config config.ymlFull documentation is available at https://wllzhang.github.io/BirthdayRS/
docker run -v ${PWD}/config.yml:/app/config.yml ghcr.io/wllzhang/birthdayrs:latest runMIT License