A 🤖 bot which produces your daily Morning dose.
Bot is written in Python and packaged as a Docker image.
-
Extract News from Google News 📰. Extract news based on topic and location.
-
Extract Whether information 🌻. Extract current weather and forecast for mentioned cities.
-
Send pings in Slack 💥.
-
Runs a cron like job every day at 6.00 AM 🕕
-
Rename
.env.example
as.env
and populate with all the values. -
Run Docker
docker run -d --env-file ./.env hibare/good-morning
*OR*
using docker-compose
docker-compose up -d