A python script that sends weather forecast summary along with word of the day to your mobile phone
- Python 3
- forecastio (To install
pip install forecastio
) - twilio (To install
pip install twilio
) - Beautifulsoup (To install
pip install beautifulsoup4
)
Please note that this script requires an twilio account, you need to enter your assigned sid
and phone number
of your twilio account. (Signup here)
A simple way is to directly execute weather_buzz.py
You can also schedule the script to execute whenever you switch on your system (Windows only) to do this:
- Download and unzip the repository
- Open command prompt in the current directory
- Run
python setup.py py2exe
- Two folder will be created pycache and dist.
- Copy the python compiled file present in pycache
- Paste it in the startup folder of the window
- Adding subscription module that will allow multiple subscriber mobiles to recieve message simultaneously.
Note: Find longitude and latitude of your location @visit