From 664b6abb2da644b1ae4558c6ed772d8b7de4a4f5 Mon Sep 17 00:00:00 2001 From: Psychiquest <37347900+Psychiquest@users.noreply.github.com> Date: Wed, 3 Oct 2018 01:28:56 +0530 Subject: [PATCH] Create README.md --- InstadpShower/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 InstadpShower/README.md diff --git a/InstadpShower/README.md b/InstadpShower/README.md new file mode 100644 index 0000000..9b446e8 --- /dev/null +++ b/InstadpShower/README.md @@ -0,0 +1,16 @@ +# InstadpShower + +This is a simple python script which uses web scraping techniques to display the instagram dp of any user just by typing its username. + +To use this script, you need to have bs4 and requests libraries of python installed in your local machine. + +To install bs4 and requests, use the following command + +``` +pip install bs4 +``` +``` +pip install requests +``` + +Once libraries are installed, just run the script and type the instagram username of the person, whom you want to see the dp of, and the instagram dp will be displayed on the browser.