1.0 KiB
1.0 KiB
Quick Alert Creation Guide
Fastest Method: Manual Creation
You're right - manual creation is faster than automated clicking!
Step 1: Create Alerts Manually
- Go to https://www.google.com/alerts
- For each query from
queries_to_create.txt:- Click "Create an alert about..." textbox
- Paste the query
- Click "Show options"
- Click delivery dropdown → Select "RSS feed"
- Click "Create Alert"
- Repeat for next query
Step 2: Extract All RSS Feeds (One Batch)
After creating all alerts:
- Open browser console on https://www.google.com/alerts (F12)
- Copy and paste the code from
scripts/extract-rss-from-page.js - Press Enter - JSON will be copied to clipboard
- Update rss-feeds.json:
# Paste the JSON output here, then: echo '<paste-json-here>' | python3 scripts/update-rss-feeds.py
This extracts ALL RSS feeds at once - no clicking needed!
Current Status
- Created: Check
rss-feeds.json - Remaining:
queries_to_create.txt(166 queries)