{"id":20190300,"url":"https://github.com/sven-bo/python-morning-mailer-bot","last_synced_at":"2025-04-10T09:28:00.296Z","repository":{"id":245014051,"uuid":"714358922","full_name":"Sven-Bo/python-morning-mailer-bot","owner":"Sven-Bo","description":"An automated Python script to kick-start your day with personalized morning updates, aggregating news, weather, and to-dos, delivered straight to your Outlook inbox.","archived":false,"fork":false,"pushed_at":"2024-07-17T12:30:31.000Z","size":583,"stargazers_count":8,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T08:21:20.131Z","etag":null,"topics":["automation","daily-updates","email-updates","morning-routine","news-aggregator","python","todo-list","weather-report"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sven-Bo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-04T17:12:12.000Z","updated_at":"2024-12-31T08:28:09.000Z","dependencies_parsed_at":"2024-11-14T03:44:52.098Z","dependency_job_id":null,"html_url":"https://github.com/Sven-Bo/python-morning-mailer-bot","commit_stats":null,"previous_names":["sven-bo/python-morning-mailer-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sven-Bo%2Fpython-morning-mailer-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sven-Bo%2Fpython-morning-mailer-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sven-Bo%2Fpython-morning-mailer-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sven-Bo%2Fpython-morning-mailer-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sven-Bo","download_url":"https://codeload.github.com/Sven-Bo/python-morning-mailer-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248191086,"owners_count":21062420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","daily-updates","email-updates","morning-routine","news-aggregator","python","todo-list","weather-report"],"created_at":"2024-11-14T03:42:22.229Z","updated_at":"2025-04-10T09:28:00.274Z","avatar_url":"https://github.com/Sven-Bo.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automate Your Morning Using Python\n\nAutomate your mornings with Python by receiving an email that compiles your daily news, weather, and to-do list. This script utilizes various APIs to gather your morning information and sends it to your Outlook email, ensuring you start your day informed and organized.\n\n## Video Tutorial (Coming soon!)\n[![YouTube Video](https://img.youtube.com/vi/XXX/0.jpg)](https://youtu.be/XXX)\n\n## How It Works\n\n1. **API Integration:** The script pulls live data from news, weather, and to-do APIs.\n2. **Email Automation:** Compiles the data into a friendly morning message and sends it to your Outlook email via SMTP.\n3. **Python Anywhere Hosting:** The script can be hosted on PythonAnywhere for consistent daily updates.\n\n![How It Works](how_it_works.gif)\n\n## Prerequisites\n\nTo use this script, you must have an `.env` file with your API keys and email credentials:\n```\nNEWS_API_KEY=your_news_api_key\nTODOIST_API_KEY=your_todoist_api_key\nWEATHER_API_KEY=your_weather_api_key\nEMAIL_SENDER=your_email@outlook.com\nEMAIL_PASSWORD=your_password\n```\n\nAdditionally, ensure the following Python packages are installed as per `requirements.txt`:\n```\npython-dotenv==1.0.0\nRequests==2.31.0\ntodoist_api_python==2.1.3\n```\n\n## Usage\n\nSimply clone the repository, set up your `.env` file with the necessary keys and credentials, ensure all requirements are installed, and execute the script to start receiving your daily morning updates.\n\n## API Resources\n\n- **News:** [MediaStack](https://mediastack.com/)\n- **To-Do Items:** [Todoist](https://app.todoist.com/)\n- **Weather:** [Weatherbit](https://www.weatherbit.io/)\n- **Email Setup:** [Outlook Account Creation](https://www.microsoft.com/en-us/microsoft-365-life-hacks/organization/how-to-create-outlook-email-account)\n\n\n\n## 🤓 Check Out My Excel Add-ins\nI've developed some handy Excel add-ins that you might find useful:\n\n- 📊 **[Dashboard Add-in](https://pythonandvba.com/grafly)**: Easily create interactive and visually appealing dashboards.\n- 🎨 **[Cartoon Charts Add-In](https://pythonandvba.com/cuteplots)**: Create engaging and fun cartoon-style charts.\n- 🤪 **[Emoji Add-in](https://pythonandvba.com/emojify)**: Add a touch of fun to your spreadsheets with emojis.\n- 🛠️ **[MyToolBelt Add-in](https://pythonandvba.com/mytoolbelt)**: A versatile toolbelt for Excel, featuring:\n  - Creation of Pandas DataFrames and Jupyter Notebooks from Excel ranges\n  - ChatGPT integration for advanced data analysis\n  - And much more!\n\n\n\n## 🤝 Connect with Me\n- 📺 **YouTube:** [CodingIsFun](https://youtube.com/c/CodingIsFun)\n- 🌐 **Website:** [PythonAndVBA](https://pythonandvba.com)\n- 💬 **Discord:** [Join the Community](https://pythonandvba.com/discord)\n- 💼 **LinkedIn:** [Sven Bosau](https://www.linkedin.com/in/sven-bosau/)\n- 📸 **Instagram:** [sven_bosau](https://www.instagram.com/sven_bosau/)\n\n## Support \nIf you appreciate the project and wish to encourage its continued development, consider [supporting my work](https://pythonandvba.com/coffee-donation).\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://pythonandvba.com/coffee-donation)\n\n## Feedback \u0026 Collaboration\nFor feedback, suggestions, or potential collaboration opportunities, reach out at contact@pythonandvba.com.\n![Logo](https://www.pythonandvba.com/banner-img)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsven-bo%2Fpython-morning-mailer-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsven-bo%2Fpython-morning-mailer-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsven-bo%2Fpython-morning-mailer-bot/lists"}