Skip to content

A python script that sends weather forecast summary along with word of the day to your mobile phone

License

Notifications You must be signed in to change notification settings

Akash1684/pyBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyBuzz

A python script that sends weather forecast summary along with word of the day to your mobile phone

Dependencies

  • 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)

Execution

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

To do

  • Adding subscription module that will allow multiple subscriber mobiles to recieve message simultaneously.



Note: Find longitude and latitude of your location @visit

About

A python script that sends weather forecast summary along with word of the day to your mobile phone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages