Skip to content

VersaLog/notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌤️ 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages