SazanDawadi / Python-One-Day-Builds

This is my python one day builds projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-One-Day-Builds

In this repo there are my one day builds python scripts

#Build 1 : weather data scraper

This is very small and simple python script to scrape the weather data from msn.com website by using requests and Beautiful Soup.

Dependencies:

requests
bs4

#Build 2 : Covid-19 Alert Script

This is a simple python script which sends message to your mobile phone if new covid-19 cases in your country exceeds 100. It uses twilio api to send message.

Screenshot of message sample :

Dependencies:

requests
bs4

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

This is my python one day builds projects.


Languages

Language:Python 100.0%