Skip to content

Latest commit

Β 

History

History
42 lines (35 loc) Β· 976 Bytes

File metadata and controls

42 lines (35 loc) Β· 976 Bytes

🌀️ Weather Notification System

A smart assistant that automatically checks the weather in Tokyo and sends you notifications wherever it's convenient: to Discord, LINE, or Email.

Set it up once β€” and the weather comes to your messenger by itself.

πŸ“ Project structure

notify/
β”œβ”€β”€ discord/
β”‚   β”œβ”€β”€ .env
β”‚   β”œβ”€β”€ api_req.py
β”‚   └── notify.py
β”œβ”€β”€ gmail/
β”‚   β”œβ”€β”€ .env
β”‚   β”œβ”€β”€ api_req.py
β”‚   └── notify.py
β”œβ”€β”€ line/
β”‚   β”œβ”€β”€ .env
β”‚   β”œβ”€β”€ api_req.py
β”‚   └── notify.py
β”œβ”€β”€ twitter(X)/
β”‚   β”œβ”€β”€ .env
β”‚   β”œβ”€β”€ eew.py
β”‚   └── notify.py
β”‚   └── post_send.py
β”œβ”€β”€ .gitignore
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
└── requirements.txt

πŸš€ Quick Start Guide

# Clone the repository
git clone https://github.com/VersaLog/notify.git
cd notify

# Install dependencies
pip install -r requirements.txt