Skip to content

This repo contains all the python scripts that help automate various tasks.

Notifications You must be signed in to change notification settings

mukund777/Automating-The-Boring-Stuff-With-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Automating-The-Boring-Stuff-With-Python

This repo consists of various programs and scripts to automate tasks using python. To download the book, please click on this url : http://automatetheboringstuffusingpython.com

Chapter - 11

This chapter mainly deals with web scraping.

Lesson - 1

Here, we attempt to find a location in google maps with the help of a simple python script. The location that we wish to find on google maps can be passed through CLI arguements or by copying to the clipboard also.

Python modules used : sys, webbrowser, pyperclip.

Lesson - 2

Here we attempt to download resources from the web. With the help of the requests module, we can simply provide the URL, and then view various information (like status codes, text, headers, encoding etc) on the response obtained from sending a request to the URL.

Python modules used : requests

About

This repo contains all the python scripts that help automate various tasks.

Resources

Stars

Watchers

Forks

Languages