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.
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
# Clone the repository
git clone https://github.com/VersaLog/notify.git
cd notify
# Install dependencies
pip install -r requirements.txt