This Python script fetches the latest Google News RSS headlines for a user-supplied list of topics and sends a nicely formatted email digest. It uses Google Gemini to prioritize headlines. Designed to run daily using cron on any Unix-based system. View on GitHub How It Works Example Digest Donald Trump 📰 Trump orders reopening of notorious Alcatraz…
Tag: Dotenv
RouteCat
This is a traveling salesman solver for delivery, alleycats and more. Give the app a list of addresses and it will return the optimal order to visit them to minimize travel time, and a map with the ideal route. https://routecat.netlify.app/ View on GitHub