This project is build for sending kubeweekly.io (The weekly newsletters for all things Kubernetes) into Telegram.
- Python 3
Install Dependencies
pip3 install -r requirement.txt
Run The APP
python3 main.py
Build Docker
docker build -t <DOCKERIMAGE> .
Run Docker Locally
docker run -e CHATID=123456789 -e TELEGRAM_TOKEN=nomunomuchua -e GITHUB_TOKEN=nomunomuchua <DOCKERIMAGE>