https://github.com/cdpath/daily
Send Specific Content to Kindle Everyday
https://github.com/cdpath/daily
Last synced: about 1 year ago
JSON representation
Send Specific Content to Kindle Everyday
- Host: GitHub
- URL: https://github.com/cdpath/daily
- Owner: cdpath
- License: apache-2.0
- Created: 2024-01-02T08:42:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T15:44:50.000Z (over 2 years ago)
- Last Synced: 2025-02-09T21:13:43.775Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Daily to Kindle
Automate your problem-solving routine. This repo fetches daily LeetCode questions, crafts a PDF, and sends it to your Kindle. Quick setup, daily brain teasers.
## Setup
1. **Create & Configure**: Use this template to create your repo. Add secrets at `{your-repo-address}/settings/secrets/actions`:
- `EMAIL_USER`: Your sending email.
- `EMAIL_PASSWORD`: Sender's email password.
- `KINDLE_EMAIL`: Your Kindle email.
- `LANGUAGE`: 'en' for English, 'zh' for Chinese (optional).
2. **Schedule**: Runs at 4:00 AM(UTC+8). Edit `cron` in `leetcode_daily.yaml` to reschedule.