๐ฑ GitHub Mobile Notifications Setup
๐ฑ GitHub Mobile Notifications Setup
Your daily article automation now uses GitHub notifications instead of email! Youโll receive notifications directly in your GitHub mobile app.
๐ How It Works
Every day at 9:00 AM UTC, the system will:
- โ Generate a new UX article
- โ Publish it to your blog
- โ Create a GitHub issue with article details
- โ Send you a mobile notification via GitHub app
๐ฑ What Youโll Receive
Youโll get a GitHub issue notification on your phone with:
๐ New Article Published: 10 Essential Prototyping Tips Every Designer Should Know
๐ Daily Article Published!
๐ Article Details
- Title: 10 Essential Prototyping Tips Every Designer Should Know
- Topic: Prototyping
- Template: tips
- URL: https://haiderali.co/2024/01/15/10-essential-prototyping-tips-every-designer-should-know/
- Published: 2024-01-15 09:00:00
๐ Quick Links
- ๐ Read Article
- ๐ View File
- ๐ Blog Home
โ๏ธ Setup (2 minutes)
1. Enable GitHub Notifications
The system uses the built-in GITHUB_TOKEN
from GitHub Actions, so no additional setup needed!
2. Configure Mobile Notifications
Make sure you have notifications enabled in your GitHub mobile app:
iOS:
- Settings โ Notifications โ GitHub โ Allow Notifications โ
Android:
- Settings โ Apps โ GitHub โ Notifications โ Allow โ
3. Test It Now
You can test the system immediately:
- Go to GitHub Actions in your repository
- Find โDaily Article Generatorโ workflow
- Click โRun workflowโ to test manually
๐ฏ Benefits of GitHub Notifications
- โ No email passwords needed - Uses GitHubโs built-in token
- โ Mobile notifications - Get notified on your phone
- โ Rich formatting - Beautiful issue with links and details
- โ Clickable links - Direct access to article and files
- โ Issue tracking - Keep history of all published articles
- โ Labels - Automatic categorization by topic
๐ Viewing Notifications
On Mobile:
- Open GitHub app
- Check notifications tab
- Tap on the issue to see full details
On Desktop:
- Go to your repository
- Click โIssuesโ tab
- See all daily article notifications
๐ท๏ธ Issue Labels
Each notification issue gets automatic labels:
article
- Identifies it as an article notificationautomated
- Shows it was generated automaticallydaily-post
- Marks it as a daily posttopic-[topic-name]
- Categorizes by article topic
๐ง Troubleshooting
Not getting notifications?
- Check GitHub mobile app notification settings
- Verify youโre following your own repository
- Check GitHub Actions logs for any errors
Want to change notification method?
- Edit
scripts/github_notifications.py
- Modify the notification format or add other methods
๐ Youโre All Set!
The system is now configured to send you GitHub mobile notifications every day at 9:00 AM UTC with your new article details. No email setup required!
Need help? Check the GitHub Actions logs or the detailed documentation in scripts/README.md